#3C8224

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

Shades of Bilbao #3C8224

Tints of Bilbao #3C8224

Color information

#3C8224 (or 0x3C8224) is unknown color: approx Bilbao. HEX triplet: 3C, 82 and 24. RGB value is (60,130,36). Sum of RGB (Red+Green+Blue) = 60+130+36=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 130 (51.17% from 255 or 57.52% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 130 - color contains mainly: green. Hex color #3C8224 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8224 is #C37DDB. Grayscale: #626262. Windows color (decimal): -12811740 or 2392636. OLE color: 2392636.

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

Color convert

RGB6013036-
CMYK0.5400.720.49
HSL104.68º56.63%32.55%-
HSV(B)104.68º72.31%50.98%-
XYZ10.1617.054.42-
YUV98.3592.81100.64-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.55%
GREEN value IS 130 (51.17% from 255) = 57.52%
BLUE value IS 36 (14.45% from 255) = 15.93%
R=26.55%
G=57.52%
B=15.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60130360.5400.720.49104.6856.6332.55
Hex3C82243604831693921
Octal7420244660110611517141
Binary11110010000010100100110110010010001100011101001111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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