#3E750A

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

Shades of Bilbao #3E750A

Tints of Bilbao #3E750A

Color information

#3E750A (or 0x3E750A) is unknown color: approx Bilbao. HEX triplet: 3E, 75 and 0A. RGB value is (62,117,10). Sum of RGB (Red+Green+Blue) = 62+117+10=189 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.80% from 189); Green value is 117 (46.09% from 255 or 61.90% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 117 - color contains mainly: green. Hex color #3E750A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E750A is #C18AF5. Grayscale: #585858. Windows color (decimal): -12684022 or 685374. OLE color: 685374.

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

Color convert

RGB6211710-
CMYK0.4700.910.54
HSL90.84º84.25%24.9%-
HSV(B)90.84º91.45%45.88%-
XYZ8.413.772.5-
YUV88.3683.78109.2-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.80%
GREEN value IS 117 (46.09% from 255) = 61.90%
BLUE value IS 10 (4.30% from 255) = 5.29%
R=32.80%
G=61.90%
B=5.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal62117100.4700.910.5490.8484.2524.9
Hex3E75A2F05B365b5419
Octal76165125701336613312431
Binary11111011101011010101111010110111101101011011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E750A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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