#42A236

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

Shades of La Palma #42A236

Tints of La Palma #42A236

Color information

#42A236 (or 0x42A236) is unknown color: approx La Palma. HEX triplet: 42, A2 and 36. RGB value is (66,162,54). Sum of RGB (Red+Green+Blue) = 66+162+54=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 162 (63.67% from 255 or 57.45% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 162 - color contains mainly: green. Hex color #42A236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A236 is #BD5DC9. Grayscale: #797979. Windows color (decimal): -12410314 or 3580482. OLE color: 3580482.

HSL color Cylindrical-coordinate representation of color #42A236: hue angle of 113.33º degrees, saturation: 0.5, 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 #42A236 is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB6616254-
CMYK0.5900.670.36
HSL113.33º50%42.35%-
HSV(B)113.33º66.67%63.53%-
XYZ15.8327.277.92-
YUV120.9890.288.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.40%
GREEN value IS 162 (63.67% from 255) = 57.45%
BLUE value IS 54 (21.48% from 255) = 19.15%
R=23.40%
G=57.45%
B=19.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66162540.5900.670.36113.335042.35
Hex42A2363B0432471322a
Octal10224266730103441616252
Binary100001010100010110110111011010000111001001110001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A236; }

 p { color: rgb(66,162,54); }

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

<style>
 a { background-color: #42A236; }

 a { background-color: rgb(66,162,54); }

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

<style>
 span { border-color: #42A236; }

 span { border-color: rgb(66,162,54); }

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