#3C8229

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

Shades of Bilbao #3C8229

Tints of Bilbao #3C8229

Color information

#3C8229 (or 0x3C8229) is unknown color: approx Bilbao. HEX triplet: 3C, 82 and 29. RGB value is (60,130,41). Sum of RGB (Red+Green+Blue) = 60+130+41=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #3C8229 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8229 is #C37DD6. Grayscale: #636363. Windows color (decimal): -12811735 or 2720316. OLE color: 2720316.

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

Color convert

RGB6013041-
CMYK0.5400.680.49
HSL107.19º52.05%33.53%-
HSV(B)107.19º68.46%50.98%-
XYZ10.2517.094.86-
YUV98.9295.31100.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.97%
GREEN value IS 130 (51.17% from 255) = 56.28%
BLUE value IS 41 (16.41% from 255) = 17.75%
R=25.97%
G=56.28%
B=17.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60130410.5400.680.49107.1952.0533.53
Hex3C822936044316b3422
Octal7420251660104611536442
Binary11110010000010101001110110010001001100011101011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,130,41); }

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

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

 a { background-color: rgb(60,130,41); }

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

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

 span { border-color: rgb(60,130,41); }

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