Html Css Color HEX #428527 La Palma

📋 copy color: '#428527'

red 66 ◦ green 133 ◦ blue 39

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

Shades of La Palma #428527

Tints of La Palma #428527

RGB

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

 GREEN value IS 133 (52.34% from 255) = 55.88%

 BLUE value IS 39 (15.63% from 255) = 16.39%

R = 27.73%
G = 55.88%
B = 16.39%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#428527 (or 0x428527) is known color: La Palma. HEX triplet: 42, 85 and 27. RGB value is (66,133,39). Sum of RGB (Red+Green+Blue) = 66+133+39=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #428527 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428527 is #BD7AD8. Grayscale: #666666. Windows color (decimal): -12417753 or 2590018. OLE color: 2590018.

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

Color convert

RGB 66 133 39 -
CMYK 0.50 0 0.71 0.48
HSL 102.77º 0.55% 0.34% -
HSV(B) 102.77º 0.71% 0.52% -
XYZ 11 18.08 4.83 -
YUV 102.25 92.3 102.14 -
System Red Green Blue C M Y K H S L
Decimal 66 133 39 0.50 0 0.71 0.48 102.77 0.55 0.34
Hex 42 85 27 32 0 47 30 67 37 22
Octal 102 205 47 62 0 107 60 147 67 42
Binary 1000010 10000101 100111 110010 0 1000111 110000 1100111 110111 100010

Color Harmonies of #428527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428527

Black with #428527

Text Example


Text Example

White with #428527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428527; }

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

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

background-color css

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

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

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

border-color css

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

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

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