#3CA235

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

Shades of La Palma #3CA235

Tints of La Palma #3CA235

Color information

#3CA235 (or 0x3CA235) is unknown color: approx La Palma. HEX triplet: 3C, A2 and 35. RGB value is (60,162,53). Sum of RGB (Red+Green+Blue) = 60+162+53=275 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.82% from 275); Green value is 162 (63.67% from 255 or 58.91% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA235 is #C35DCA. Grayscale: #777777. Windows color (decimal): -12803531 or 3514940. OLE color: 3514940.

HSL color Cylindrical-coordinate representation of color #3CA235: hue angle of 116.15º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CA235 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB6016253-
CMYK0.6300.670.36
HSL116.15º50.7%42.16%-
HSV(B)116.15º67.28%63.53%-
XYZ15.4327.067.78-
YUV119.0890.7185.86-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.82%
GREEN value IS 162 (63.67% from 255) = 58.91%
BLUE value IS 53 (21.09% from 255) = 19.27%
R=21.82%
G=58.91%
B=19.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal60162530.6300.670.36116.1550.742.16
Hex3CA2353F0432474332a
Octal7424265770103441646352
Binary11110010100010110101111111010000111001001110100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,162,53); }

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

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

 a { background-color: rgb(60,162,53); }

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

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

 span { border-color: rgb(60,162,53); }

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