#42A326

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

Shades of La Palma #42A326

Tints of La Palma #42A326

Color information

#42A326 (or 0x42A326) is unknown color: approx La Palma. HEX triplet: 42, A3 and 26. RGB value is (66,163,38). Sum of RGB (Red+Green+Blue) = 66+163+38=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 163 (64.06% from 255 or 61.05% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 163 - color contains mainly: green. Hex color #42A326 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A326 is #BD5CD9. Grayscale: #787878. Windows color (decimal): -12410074 or 2532162. OLE color: 2532162.

HSL color Cylindrical-coordinate representation of color #42A326: hue angle of 106.56º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42A326 is Cyan = 0.60, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB6616338-
CMYK0.6000.770.36
HSL106.56º62.19%39.41%-
HSV(B)106.56º76.69%63.92%-
XYZ15.6927.496.31-
YUV119.7581.8689.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 163 (64.06% from 255) = 61.05%
BLUE value IS 38 (15.23% from 255) = 14.23%
R=24.72%
G=61.05%
B=14.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66163380.6000.770.36106.5662.1939.41
Hex42A3263C04D246b3e27
Octal10224346740115441537647
Binary100001010100011100110111100010011011001001101011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,163,38); }

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

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

 a { background-color: rgb(66,163,38); }

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

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

 span { border-color: rgb(66,163,38); }

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