#3C8A1C

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

Shades of La Palma #3C8A1C

Tints of La Palma #3C8A1C

Color information

#3C8A1C (or 0x3C8A1C) is unknown color: approx La Palma. HEX triplet: 3C, 8A and 1C. RGB value is (60,138,28). Sum of RGB (Red+Green+Blue) = 60+138+28=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 138 (54.30% from 255 or 61.06% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 138 - color contains mainly: green. Hex color #3C8A1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8A1C is #C375E3. Grayscale: #666666. Windows color (decimal): -12809700 or 1870396. OLE color: 1870396.

HSL color Cylindrical-coordinate representation of color #3C8A1C: hue angle of 102.55º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C8A1C is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB6013828-
CMYK0.5700.800.46
HSL102.55º66.27%32.55%-
HSV(B)102.55º79.71%54.12%-
XYZ11.1619.224.22-
YUV102.1486.1697.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.55%
GREEN value IS 138 (54.30% from 255) = 61.06%
BLUE value IS 28 (11.33% from 255) = 12.39%
R=26.55%
G=61.06%
B=12.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal60138280.5700.800.46102.5566.2732.55
Hex3C8A1C390502E674221
Octal74212347101205614710241
Binary11110010001010111001110010101000010111011001111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,138,28); }

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

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

 a { background-color: rgb(60,138,28); }

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

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

 span { border-color: rgb(60,138,28); }

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