Html Css Color HEX #428638 La Palma

📋 copy color: '#428638'

red 66 ◦ green 134 ◦ blue 56

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

Shades of La Palma #428638

Tints of La Palma #428638

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.34%

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

R = 25.78%
G = 52.34%
B = 21.88%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#428638 (or 0x428638) is known color: La Palma. HEX triplet: 42, 86 and 38. RGB value is (66,134,56). Sum of RGB (Red+Green+Blue) = 66+134+56=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 134 (52.73% from 255 or 52.34% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 134 - color contains mainly: green. Hex color #428638 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428638 is #BD79C7. Grayscale: #696969. Windows color (decimal): -12417480 or 3704386. OLE color: 3704386.

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

Color convert

RGB 66 134 56 -
CMYK 0.51 0 0.58 0.47
HSL 112.31º 0.41% 0.37% -
HSV(B) 112.31º 0.58% 0.53% -
XYZ 11.49 18.49 6.71 -
YUV 104.78 100.47 100.34 -
System Red Green Blue C M Y K H S L
Decimal 66 134 56 0.51 0 0.58 0.47 112.31 0.41 0.37
Hex 42 86 38 33 0 3A 2F 70 29 25
Octal 102 206 70 63 0 72 57 160 51 45
Binary 1000010 10000110 111000 110011 0 111010 101111 1110000 101001 100101

Color Harmonies of #428638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428638

Black with #428638

Text Example


Text Example

White with #428638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428638; }

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

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

background-color css

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

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

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

border-color css

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

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

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