#3C822C

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

Shades of Bilbao #3C822C

Tints of Bilbao #3C822C

Color information

#3C822C (or 0x3C822C) is unknown color: approx Bilbao. HEX triplet: 3C, 82 and 2C. RGB value is (60,130,44). Sum of RGB (Red+Green+Blue) = 60+130+44=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #3C822C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C822C is #C37DD3. Grayscale: #636363. Windows color (decimal): -12811732 or 2916924. OLE color: 2916924.

HSL color Cylindrical-coordinate representation of color #3C822C: hue angle of 108.84º 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 #3C822C is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB6013044-
CMYK0.5400.660.49
HSL108.84º49.43%34.12%-
HSV(B)108.84º66.15%50.98%-
XYZ10.317.115.14-
YUV99.2796.8199.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.64%
GREEN value IS 130 (51.17% from 255) = 55.56%
BLUE value IS 44 (17.58% from 255) = 18.80%
R=25.64%
G=55.56%
B=18.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60130440.5400.660.49108.8449.4334.12
Hex3C822C36042316d3122
Octal7420254660102611556142
Binary11110010000010101100110110010000101100011101101110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C822C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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