#3C8232

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

Shades of Bilbao #3C8232

Tints of Bilbao #3C8232

Color information

#3C8232 (or 0x3C8232) is unknown color: approx Bilbao. HEX triplet: 3C, 82 and 32. RGB value is (60,130,50). Sum of RGB (Red+Green+Blue) = 60+130+50=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #3C8232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8232 is #C37DCD. Grayscale: #646464. Windows color (decimal): -12811726 or 3310140. OLE color: 3310140.

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

Color convert

RGB6013050-
CMYK0.5400.620.49
HSL112.5º44.44%35.29%-
HSV(B)112.5º61.54%50.98%-
XYZ10.4217.165.78-
YUV99.9599.8199.5-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25%
GREEN value IS 130 (51.17% from 255) = 54.17%
BLUE value IS 50 (19.92% from 255) = 20.83%
R=25%
G=54.17%
B=20.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60130500.5400.620.49112.544.4435.29
Hex3C82323603E31702c23
Octal742026266076611605443
Binary1111001000001011001011011001111101100011110000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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