#3E8014

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

Shades of Bilbao #3E8014

Tints of Bilbao #3E8014

Color information

#3E8014 (or 0x3E8014) is unknown color: approx Bilbao. HEX triplet: 3E, 80 and 14. RGB value is (62,128,20). Sum of RGB (Red+Green+Blue) = 62+128+20=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 128 (50.39% from 255 or 60.95% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 128 - color contains mainly: green. Hex color #3E8014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E8014 is #C17FEB. Grayscale: #606060. Windows color (decimal): -12681196 or 1343550. OLE color: 1343550.

HSL color Cylindrical-coordinate representation of color #3E8014: hue angle of 96.67º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E8014 is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB6212820-
CMYK0.5200.840.50
HSL96.67º72.97%29.02%-
HSV(B)96.67º84.38%50.2%-
XYZ9.8316.513.33-
YUV95.9585.13103.78-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.52%
GREEN value IS 128 (50.39% from 255) = 60.95%
BLUE value IS 20 (8.20% from 255) = 9.52%
R=29.52%
G=60.95%
B=9.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal62128200.5200.840.5096.6772.9729.02
Hex3E8014340543261491d
Octal76200246401246214111135
Binary1111101000000010100110100010101001100101100001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,128,20); }

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

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

 a { background-color: rgb(62,128,20); }

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

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

 span { border-color: rgb(62,128,20); }

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