#428735

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

Shades of La Palma #428735

Tints of La Palma #428735

Color information

#428735 (or 0x428735) is unknown color: approx La Palma. HEX triplet: 42, 87 and 35. RGB value is (66,135,53). Sum of RGB (Red+Green+Blue) = 66+135+53=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 135 (53.12% from 255 or 53.15% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 135 - color contains mainly: green. Hex color #428735 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428735 is #BD78CA. Grayscale: #696969. Windows color (decimal): -12417227 or 3508034. OLE color: 3508034.

HSL color Cylindrical-coordinate representation of color #428735: hue angle of 110.49º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #428735 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB6613553-
CMYK0.5100.610.47
HSL110.49º43.62%36.86%-
HSV(B)110.49º60.74%52.94%-
XYZ11.5518.746.38-
YUV105.0298.64100.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.98%
GREEN value IS 135 (53.12% from 255) = 53.15%
BLUE value IS 53 (21.09% from 255) = 20.87%
R=25.98%
G=53.15%
B=20.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66135530.5100.610.47110.4943.6236.86
Hex4287353303D2F6e2c25
Octal1022076563075571565445
Binary10000101000011111010111001101111011011111101110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428735; }

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

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

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

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

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

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

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

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