#3C812A

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

Shades of Bilbao #3C812A

Tints of Bilbao #3C812A

Color information

#3C812A (or 0x3C812A) is unknown color: approx Bilbao. HEX triplet: 3C, 81 and 2A. RGB value is (60,129,42). Sum of RGB (Red+Green+Blue) = 60+129+42=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #3C812A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C812A is #C37ED5. Grayscale: #626262. Windows color (decimal): -12811990 or 2785596. OLE color: 2785596.

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

Color convert

RGB6012942-
CMYK0.5300.670.49
HSL107.59º50.88%33.53%-
HSV(B)107.59º67.44%50.59%-
XYZ10.1316.834.9-
YUV98.4596.14100.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.97%
GREEN value IS 129 (50.78% from 255) = 55.84%
BLUE value IS 42 (16.80% from 255) = 18.18%
R=25.97%
G=55.84%
B=18.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60129420.5300.670.49107.5950.8833.53
Hex3C812A35043316c3322
Octal7420152650103611546342
Binary11110010000001101010110101010000111100011101100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,129,42); }

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

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

 a { background-color: rgb(60,129,42); }

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

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

 span { border-color: rgb(60,129,42); }

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