Html Css Color HEX #428235 La Palma

📋 copy color: '#428235'

red 66 ◦ green 130 ◦ blue 53

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

Shades of La Palma #428235

Tints of La Palma #428235

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.21%

 BLUE value IS 53 (21.09% from 255) = 21.29%

R = 26.51%
G = 52.21%
B = 21.29%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#428235 (or 0x428235) is known color: La Palma. HEX triplet: 42, 82 and 35. RGB value is (66,130,53). Sum of RGB (Red+Green+Blue) = 66+130+53=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #428235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428235 is #BD7DCA. Grayscale: #666666. Windows color (decimal): -12418507 or 3506754. OLE color: 3506754.

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

Color convert

RGB 66 130 53 -
CMYK 0.49 0 0.59 0.49
HSL 109.87º 0.42% 0.36% -
HSV(B) 109.87º 0.59% 0.51% -
XYZ 10.87 17.38 6.15 -
YUV 102.09 100.3 102.26 -
System Red Green Blue C M Y K H S L
Decimal 66 130 53 0.49 0 0.59 0.49 109.87 0.42 0.36
Hex 42 82 35 31 0 3B 31 6E 2A 24
Octal 102 202 65 61 0 73 61 156 52 44
Binary 1000010 10000010 110101 110001 0 111011 110001 1101110 101010 100100

Color Harmonies of #428235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428235

Black with #428235

Text Example


Text Example

White with #428235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428235; }

 p { color: rgb(66,130,53); }

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

background-color css

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

 a { background-color: rgb(66,130,53); }

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

border-color css

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

 span { border-color: rgb(66,130,53); }

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