#428536

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

Shades of La Palma #428536

Tints of La Palma #428536

Color information

#428536 (or 0x428536) is unknown color: approx La Palma. HEX triplet: 42, 85 and 36. RGB value is (66,133,54). Sum of RGB (Red+Green+Blue) = 66+133+54=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #428536 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428536 is #BD7AC9. Grayscale: #686868. Windows color (decimal): -12417738 or 3573058. OLE color: 3573058.

HSL color Cylindrical-coordinate representation of color #428536: hue angle of 110.89º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #428536 is Cyan = 0.50, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB6613354-
CMYK0.5000.590.48
HSL110.89º42.25%36.67%-
HSV(B)110.89º59.4%52.16%-
XYZ11.318.26.41-
YUV103.9699.8100.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.09%
GREEN value IS 133 (52.34% from 255) = 52.57%
BLUE value IS 54 (21.48% from 255) = 21.34%
R=26.09%
G=52.57%
B=21.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66133540.5000.590.48110.8942.2536.67
Hex4285363203B306f2a25
Octal1022056662073601575245
Binary10000101000010111011011001001110111100001101111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428536; }

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

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

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

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

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

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

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

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