#428235

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

Shades of La Palma #428235

Tints of La Palma #428235

Color information

#428235 (or 0x428235) is unknown color: approx La Palma. HEX triplet: 42, 82 and 35. RGB value is (66,130,53). Sum of RGB (Red+Green+Blue) = 66+130+53=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #428235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428235 is #BD7DCA. Grayscale: #666666. Windows color (decimal): -12418507 or 3506754. OLE color: 3506754.

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

Color convert

RGB6613053-
CMYK0.4900.590.49
HSL109.87º42.08%35.88%-
HSV(B)109.87º59.23%50.98%-
XYZ10.8717.386.15-
YUV102.09100.3102.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.51%
GREEN value IS 130 (51.17% from 255) = 52.21%
BLUE value IS 53 (21.09% from 255) = 21.29%
R=26.51%
G=52.21%
B=21.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66130530.4900.590.49109.8742.0835.88
Hex4282353103B316e2a24
Octal1022026561073611565244
Binary10000101000001011010111000101110111100011101110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428235; }

 p { color: rgb(66,130,53); }

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

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

 a { background-color: rgb(66,130,53); }

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

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

 span { border-color: rgb(66,130,53); }

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