Html Css Color HEX #428135 La Palma

📋 copy color: '#428135'

red 66 ◦ green 129 ◦ blue 53

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

Shades of La Palma #428135

Tints of La Palma #428135

RGB

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

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

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

R = 26.61%
G = 52.02%
B = 21.37%

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

#428135 (or 0x428135) is known color: La Palma. HEX triplet: 42, 81 and 35. RGB value is (66,129,53). Sum of RGB (Red+Green+Blue) = 66+129+53=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #428135 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428135 is #BD7ECA. Grayscale: #656565. Windows color (decimal): -12418763 or 3506498. OLE color: 3506498.

HSL color Cylindrical-coordinate representation of color #428135: hue angle of 109.74º 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 #428135 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 129 53 -
CMYK 0.49 0 0.59 0.49
HSL 109.74º 0.42% 0.36% -
HSV(B) 109.74º 0.59% 0.51% -
XYZ 10.74 17.12 6.11 -
YUV 101.5 100.63 102.68 -
System Red Green Blue C M Y K H S L
Decimal 66 129 53 0.49 0 0.59 0.49 109.74 0.42 0.36
Hex 42 81 35 31 0 3B 31 6E 2A 24
Octal 102 201 65 61 0 73 61 156 52 44
Binary 1000010 10000001 110101 110001 0 111011 110001 1101110 101010 100100

Color Harmonies of #428135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428135

Black with #428135

Text Example


Text Example

White with #428135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428135; }

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

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

background-color css

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

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

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

border-color css

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

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

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