#3E8510

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

Shades of Bilbao #3E8510

Tints of Bilbao #3E8510

Color information

#3E8510 (or 0x3E8510) is unknown color: approx Bilbao. HEX triplet: 3E, 85 and 10. RGB value is (62,133,16). Sum of RGB (Red+Green+Blue) = 62+133+16=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 133 (52.34% from 255 or 63.03% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 133 - color contains mainly: green. Hex color #3E8510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E8510 is #C17AEF. Grayscale: #626262. Windows color (decimal): -12679920 or 1082686. OLE color: 1082686.

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

Color convert

RGB6213316-
CMYK0.5300.880.48
HSL96.41º78.52%29.22%-
HSV(B)96.41º87.97%52.16%-
XYZ10.4717.843.38-
YUV98.4381.48102.01-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.38%
GREEN value IS 133 (52.34% from 255) = 63.03%
BLUE value IS 16 (6.64% from 255) = 7.58%
R=29.38%
G=63.03%
B=7.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62133160.5300.880.4896.4178.5229.22
Hex3E85103505830604f1d
Octal76205206501306014011735
Binary1111101000010110000110101010110001100001100000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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