#3A7E19

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

Shades of Bilbao #3A7E19

Tints of Bilbao #3A7E19

Color information

#3A7E19 (or 0x3A7E19) is unknown color: approx Bilbao. HEX triplet: 3A, 7E and 19. RGB value is (58,126,25). Sum of RGB (Red+Green+Blue) = 58+126+25=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 126 (49.61% from 255 or 60.29% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 126 - color contains mainly: green. Hex color #3A7E19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7E19 is #C581E6. Grayscale: #5E5E5E. Windows color (decimal): -12943847 or 1670714. OLE color: 1670714.

HSL color Cylindrical-coordinate representation of color #3A7E19: hue angle of 100.4º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A7E19 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.51.

Color convert

RGB5812625-
CMYK0.5400.800.51
HSL100.4º66.89%29.61%-
HSV(B)100.4º80.16%49.41%-
XYZ9.3815.893.49-
YUV94.1588.97102.21-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.75%
GREEN value IS 126 (49.61% from 255) = 60.29%
BLUE value IS 25 (10.16% from 255) = 11.96%
R=27.75%
G=60.29%
B=11.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58126250.5400.800.51100.466.8929.61
Hex3A7E19360503364431e
Octal72176316601206314410336
Binary111010111111011001110110010100001100111100100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,126,25); }

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

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

 a { background-color: rgb(58,126,25); }

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

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

 span { border-color: rgb(58,126,25); }

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