Html Css Color HEX #428136 La Palma

📋 copy color: '#428136'

red 66 ◦ green 129 ◦ blue 54

#428136
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #428136

Tints of La Palma #428136

RGB

 RED value IS 66 (26.17% from 255) = 26.51%

 GREEN value IS 129 (50.78% from 255) = 51.81%

 BLUE value IS 54 (21.48% from 255) = 21.69%

R = 26.51%
G = 51.81%
B = 21.69%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#428136 (or 0x428136) is known color: La Palma. HEX triplet: 42, 81 and 36. RGB value is (66,129,54). Sum of RGB (Red+Green+Blue) = 66+129+54=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #428136 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428136 is #BD7EC9. Grayscale: #656565. Windows color (decimal): -12418762 or 3572034. OLE color: 3572034.

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

Color convert

RGB 66 129 54 -
CMYK 0.49 0 0.58 0.49
HSL 110.4º 0.41% 0.36% -
HSV(B) 110.4º 0.58% 0.51% -
XYZ 10.76 17.13 6.23 -
YUV 101.61 101.13 102.6 -
System Red Green Blue C M Y K H S L
Decimal 66 129 54 0.49 0 0.58 0.49 110.4 0.41 0.36
Hex 42 81 36 31 0 3A 31 6E 29 24
Octal 102 201 66 61 0 72 61 156 51 44
Binary 1000010 10000001 110110 110001 0 111010 110001 1101110 101001 100100

Color Harmonies of #428136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428136

Black with #428136

Text Example


Text Example

White with #428136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428136; }

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

 H1.HeaderClassName
 {
   color: #428136;
 }
 .AnyTagClassName
 {
   color: #428136;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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