#3e8c00

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

Shades of Bilbao #3E8C00

Tints of Bilbao #3E8C00

Color information

#3E8C00 (or 0x3E8C00) is unknown color: approx Bilbao. HEX triplet: 3E, 8C and 00. RGB value is (62,140,0). Sum of RGB (Red+Green+Blue) = 62+140+0=202 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.69% from 202); Green value is 140 (55.08% from 255 or 69.31% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 140 - color contains mainly: green. Hex color #3E8C00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E8C00 is #C173FF. Grayscale: #656565. Windows color (decimal): -12678144 or 35902. OLE color: 35902.

HSL color Cylindrical-coordinate representation of color #3E8C00: hue angle of 93.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E8C00 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB621400-
CMYK0.56010.45
HSL93.43º100%27.45%-
HSV(B)93.43º100%54.9%-
XYZ11.3619.783.22-
YUV100.7271.16100.38-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.69%
GREEN value IS 140 (55.08% from 255) = 69.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.69%
G=69.31%
B=0%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6214000.56010.4593.4310027.45
Hex3E8C0380642D5d641b
Octal7621407001445513514433
Binary111110100011000111000011001001011011011101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e8c00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,140,0); }

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

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

 a { background-color: rgb(62,140,0); }

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

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

 span { border-color: rgb(62,140,0); }

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