#3E840D

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

Shades of Bilbao #3E840D

Tints of Bilbao #3E840D

Color information

#3E840D (or 0x3E840D) is unknown color: approx Bilbao. HEX triplet: 3E, 84 and 0D. RGB value is (62,132,13). Sum of RGB (Red+Green+Blue) = 62+132+13=207 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.95% from 207); Green value is 132 (51.95% from 255 or 63.77% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 132 - color contains mainly: green. Hex color #3E840D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E840D is #C17BF2. Grayscale: #616161. Windows color (decimal): -12680179 or 885822. OLE color: 885822.

HSL color Cylindrical-coordinate representation of color #3E840D: hue angle of 95.29º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E840D is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB6213213-
CMYK0.5300.900.48
HSL95.29º82.07%28.43%-
HSV(B)95.29º90.15%51.76%-
XYZ10.3117.563.23-
YUV97.580.31102.68-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.95%
GREEN value IS 132 (51.95% from 255) = 63.77%
BLUE value IS 13 (5.47% from 255) = 6.28%
R=29.95%
G=63.77%
B=6.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62132130.5300.900.4895.2982.0728.43
Hex3E84D3505A305f521c
Octal76204156501326013712234
Binary111110100001001101110101010110101100001011111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E840D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,132,13); }

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

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

 a { background-color: rgb(62,132,13); }

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

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

 span { border-color: rgb(62,132,13); }

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