Html Css Color HEX #428331 La Palma

📋 copy color: '#428331'

red 66 ◦ green 131 ◦ blue 49

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

Shades of La Palma #428331

Tints of La Palma #428331

RGB

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

 GREEN value IS 131 (51.56% from 255) = 53.25%

 BLUE value IS 49 (19.53% from 255) = 19.92%

R = 26.83%
G = 53.25%
B = 19.92%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#428331 (or 0x428331) is known color: La Palma. HEX triplet: 42, 83 and 31. RGB value is (66,131,49). Sum of RGB (Red+Green+Blue) = 66+131+49=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 131 (51.56% from 255 or 53.25% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 131 - color contains mainly: green. Hex color #428331 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428331 is #BD7CCE. Grayscale: #666666. Windows color (decimal): -12418255 or 3244866. OLE color: 3244866.

HSL color Cylindrical-coordinate representation of color #428331: hue angle of 107.56º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #428331 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 131 49 -
CMYK 0.50 0 0.63 0.49
HSL 107.56º 0.46% 0.35% -
HSV(B) 107.56º 0.63% 0.51% -
XYZ 10.92 17.61 5.73 -
YUV 102.22 97.97 102.17 -
System Red Green Blue C M Y K H S L
Decimal 66 131 49 0.50 0 0.63 0.49 107.56 0.46 0.35
Hex 42 83 31 32 0 3F 31 6C 2E 23
Octal 102 203 61 62 0 77 61 154 56 43
Binary 1000010 10000011 110001 110010 0 111111 110001 1101100 101110 100011

Color Harmonies of #428331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428331

Black with #428331

Text Example


Text Example

White with #428331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428331; }

 p { color: rgb(66,131,49); }

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

background-color css

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

 a { background-color: rgb(66,131,49); }

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

border-color css

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

 span { border-color: rgb(66,131,49); }

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