#3E7502

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

Shades of Bilbao #3E7502

Tints of Bilbao #3E7502

Color information

#3E7502 (or 0x3E7502) is unknown color: approx Bilbao. HEX triplet: 3E, 75 and 02. RGB value is (62,117,2). Sum of RGB (Red+Green+Blue) = 62+117+2=181 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.25% from 181); Green value is 117 (46.09% from 255 or 64.64% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 117 - color contains mainly: green. Hex color #3E7502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7502 is #C18AFD. Grayscale: #575757. Windows color (decimal): -12684030 or 161086. OLE color: 161086.

HSL color Cylindrical-coordinate representation of color #3E7502: hue angle of 88.7º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E7502 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB621172-
CMYK0.4700.980.54
HSL88.7º96.64%23.33%-
HSV(B)88.7º98.29%45.88%-
XYZ8.3613.752.27-
YUV87.4479.78109.85-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.25%
GREEN value IS 117 (46.09% from 255) = 64.64%
BLUE value IS 2 (1.17% from 255) = 1.10%
R=34.25%
G=64.64%
B=1.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6211720.4700.980.5488.796.6423.33
Hex3E7522F06236596117
Octal7616525701426613114127
Binary111110111010110101111011000101101101011001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,117,2); }

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

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

 a { background-color: rgb(62,117,2); }

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

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

 span { border-color: rgb(62,117,2); }

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