#3E8515

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

Shades of Bilbao #3E8515

Tints of Bilbao #3E8515

Color information

#3E8515 (or 0x3E8515) is unknown color: approx Bilbao. HEX triplet: 3E, 85 and 15. RGB value is (62,133,21). Sum of RGB (Red+Green+Blue) = 62+133+21=216 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.70% from 216); Green value is 133 (52.34% from 255 or 61.57% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 133 - color contains mainly: green. Hex color #3E8515 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E8515 is #C17AEA. Grayscale: #636363. Windows color (decimal): -12679915 or 1410366. OLE color: 1410366.

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

Color convert

RGB6213321-
CMYK0.5300.840.48
HSL98.04º72.73%30.2%-
HSV(B)98.04º84.21%52.16%-
XYZ10.5117.853.6-
YUV9983.98101.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.70%
GREEN value IS 133 (52.34% from 255) = 61.57%
BLUE value IS 21 (8.59% from 255) = 9.72%
R=28.70%
G=61.57%
B=9.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62133210.5300.840.4898.0472.7330.2
Hex3E8515350543062491e
Octal76205256501246014211136
Binary1111101000010110101110101010101001100001100010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,133,21); }

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

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

 a { background-color: rgb(62,133,21); }

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

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

 span { border-color: rgb(62,133,21); }

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