#3A7027

Color #3A7027 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #3A7027

Tints of Bilbao #3A7027

Color information

#3A7027 (or 0x3A7027) is unknown color: approx Bilbao. HEX triplet: 3A, 70 and 27. RGB value is (58,112,39). Sum of RGB (Red+Green+Blue) = 58+112+39=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7027 is #C58FD8. Grayscale: #575757. Windows color (decimal): -12947417 or 2584634. OLE color: 2584634.

HSL color Cylindrical-coordinate representation of color #3A7027: hue angle of 104.38º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A7027 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB5811239-
CMYK0.4800.650.56
HSL104.38º48.34%29.61%-
HSV(B)104.38º65.18%43.92%-
XYZ7.9112.633.94-
YUV87.53100.61106.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 27.75%
GREEN value IS 112 (44.14% from 255) = 53.59%
BLUE value IS 39 (15.62% from 255) = 18.66%
R=27.75%
G=53.59%
B=18.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58112390.4800.650.56104.3848.3429.61
Hex3A7027300413868301e
Octal7216047600101701506036
Binary111010111000010011111000001000001111000110100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A7027; }

 p { color: rgb(58,112,39); }

 H1.HeaderClassName
 {
   color: #3A7027;
 }
 .AnyTagClassName
 {
   color: #3A7027;
 }
</style>
background-color css

<style>
 a { background-color: #3A7027; }

 a { background-color: rgb(58,112,39); }

 div.DivClassName
 {
   background-color: #3A7027;
 }
 .BgClassName
 {
   background-color: #3A7027;
 }
</style>
border-color css

<style>
 span { border-color: #3A7027; }

 span { border-color: rgb(58,112,39); }

 td.TdClassName
 {
   border-color: #3A7027;
 }
 .TagClassName
 {
   border-color: #3A7027;
 }
</style>