#428B3C

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

Shades of La Palma #428B3C

Tints of La Palma #428B3C

Color information

#428B3C (or 0x428B3C) is unknown color: approx La Palma. HEX triplet: 42, 8B and 3C. RGB value is (66,139,60). Sum of RGB (Red+Green+Blue) = 66+139+60=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 139 (54.69% from 255 or 52.45% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 139 - color contains mainly: green. Hex color #428B3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428B3C is #BD74C3. Grayscale: #6C6C6C. Windows color (decimal): -12416196 or 3967810. OLE color: 3967810.

HSL color Cylindrical-coordinate representation of color #428B3C: hue angle of 115.44º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #428B3C is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB6613960-
CMYK0.5300.570.45
HSL115.44º39.7%39.02%-
HSV(B)115.44º56.83%54.51%-
XYZ12.2919.957.48-
YUV108.17100.8297.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.91%
GREEN value IS 139 (54.69% from 255) = 52.45%
BLUE value IS 60 (23.83% from 255) = 22.64%
R=24.91%
G=52.45%
B=22.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66139600.5300.570.45115.4439.739.02
Hex428B3C350392D732827
Octal1022137465071551635047
Binary10000101000101111110011010101110011011011110011101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428B3C; }

 p { color: rgb(66,139,60); }

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

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

 a { background-color: rgb(66,139,60); }

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

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

 span { border-color: rgb(66,139,60); }

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