#3E850A

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

Shades of Bilbao #3E850A

Tints of Bilbao #3E850A

Color information

#3E850A (or 0x3E850A) is unknown color: approx Bilbao. HEX triplet: 3E, 85 and 0A. RGB value is (62,133,10). Sum of RGB (Red+Green+Blue) = 62+133+10=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 133 (52.34% from 255 or 64.88% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 133 - color contains mainly: green. Hex color #3E850A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E850A is #C17AF5. Grayscale: #626262. Windows color (decimal): -12679926 or 689470. OLE color: 689470.

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

Color convert

RGB6213310-
CMYK0.5300.920.48
HSL94.63º86.01%28.04%-
HSV(B)94.63º92.48%52.16%-
XYZ10.4317.823.18-
YUV97.7578.48102.5-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.24%
GREEN value IS 133 (52.34% from 255) = 64.88%
BLUE value IS 10 (4.30% from 255) = 4.88%
R=30.24%
G=64.88%
B=4.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62133100.5300.920.4894.6386.0128.04
Hex3E85A3505C305f561c
Octal76205126501346013712634
Binary111110100001011010110101010111001100001011111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E850A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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