Html Css Color HEX #428138 La Palma

📋 copy color: '#428138'

red 66 ◦ green 129 ◦ blue 56

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

Shades of La Palma #428138

Tints of La Palma #428138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.31%

R = 26.29%
G = 51.39%
B = 22.31%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#428138 (or 0x428138) is known color: La Palma. HEX triplet: 42, 81 and 38. RGB value is (66,129,56). Sum of RGB (Red+Green+Blue) = 66+129+56=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 129 (50.78% from 255 or 51.39% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 129 - color contains mainly: green. Hex color #428138 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428138 is #BD7EC7. Grayscale: #666666. Windows color (decimal): -12418760 or 3703106. OLE color: 3703106.

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

Color convert

RGB 66 129 56 -
CMYK 0.49 0 0.57 0.49
HSL 111.78º 0.39% 0.36% -
HSV(B) 111.78º 0.57% 0.51% -
XYZ 10.81 17.14 6.48 -
YUV 101.84 102.13 102.44 -
System Red Green Blue C M Y K H S L
Decimal 66 129 56 0.49 0 0.57 0.49 111.78 0.39 0.36
Hex 42 81 38 31 0 39 31 70 27 24
Octal 102 201 70 61 0 71 61 160 47 44
Binary 1000010 10000001 111000 110001 0 111001 110001 1110000 100111 100100

Color Harmonies of #428138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428138

Black with #428138

Text Example


Text Example

White with #428138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428138; }

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

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

background-color css

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

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

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

border-color css

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

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

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