#3E812C

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

Shades of Bilbao #3E812C

Tints of Bilbao #3E812C

Color information

#3E812C (or 0x3E812C) is unknown color: approx Bilbao. HEX triplet: 3E, 81 and 2C. RGB value is (62,129,44). Sum of RGB (Red+Green+Blue) = 62+129+44=235 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.38% from 235); Green value is 129 (50.78% from 255 or 54.89% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 129 - color contains mainly: green. Hex color #3E812C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E812C is #C17ED3. Grayscale: #636363. Windows color (decimal): -12680916 or 2916670. OLE color: 2916670.

HSL color Cylindrical-coordinate representation of color #3E812C: hue angle of 107.29º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E812C is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB6212944-
CMYK0.5200.660.49
HSL107.29º49.13%33.92%-
HSV(B)107.29º65.89%50.59%-
XYZ10.2916.915.1-
YUV99.2896.8101.41-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.38%
GREEN value IS 129 (50.78% from 255) = 54.89%
BLUE value IS 44 (17.58% from 255) = 18.72%
R=26.38%
G=54.89%
B=18.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal62129440.5200.660.49107.2949.1333.92
Hex3E812C34042316b3122
Octal7620154640102611536142
Binary11111010000001101100110100010000101100011101011110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E812C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,129,44); }

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

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

 a { background-color: rgb(62,129,44); }

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

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

 span { border-color: rgb(62,129,44); }

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