#3C8C2C

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

Shades of La Palma #3C8C2C

Tints of La Palma #3C8C2C

Color information

#3C8C2C (or 0x3C8C2C) is unknown color: approx La Palma. HEX triplet: 3C, 8C and 2C. RGB value is (60,140,44). Sum of RGB (Red+Green+Blue) = 60+140+44=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 140 (55.08% from 255 or 57.38% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 140 - color contains mainly: green. Hex color #3C8C2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8C2C is #C373D3. Grayscale: #696969. Windows color (decimal): -12809172 or 2919484. OLE color: 2919484.

HSL color Cylindrical-coordinate representation of color #3C8C2C: hue angle of 110º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C8C2C is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB6014044-
CMYK0.5700.690.45
HSL110º52.17%36.08%-
HSV(B)110º68.57%54.9%-
XYZ11.719.95.61-
YUV105.1493.595.81-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.59%
GREEN value IS 140 (55.08% from 255) = 57.38%
BLUE value IS 44 (17.58% from 255) = 18.03%
R=24.59%
G=57.38%
B=18.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal60140440.5700.690.4511052.1736.08
Hex3C8C2C390452D6e3424
Octal7421454710105551566444
Binary11110010001100101100111001010001011011011101110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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