Html Css Color HEX #508427 La Palma

📋 copy color: '#508427'

red 80 ◦ green 132 ◦ blue 39

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

Shades of La Palma #508427

Tints of La Palma #508427

RGB

 RED value IS 80 (31.64% from 255) = 31.87%

 GREEN value IS 132 (51.95% from 255) = 52.59%

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

R = 31.87%
G = 52.59%
B = 15.54%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#508427 (or 0x508427) is known color: La Palma. HEX triplet: 50, 84 and 27. RGB value is (80,132,39). Sum of RGB (Red+Green+Blue) = 80+132+39=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #508427 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508427 is #AF7BD8. Grayscale: #6A6A6A. Windows color (decimal): -11500505 or 2589776. OLE color: 2589776.

HSL color Cylindrical-coordinate representation of color #508427: hue angle of 93.55º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #508427 is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 132 39 -
CMYK 0.39 0 0.70 0.48
HSL 93.55º 0.54% 0.34% -
HSV(B) 93.55º 0.7% 0.52% -
XYZ 11.93 18.35 4.83 -
YUV 105.85 90.27 109.56 -
System Red Green Blue C M Y K H S L
Decimal 80 132 39 0.39 0 0.70 0.48 93.55 0.54 0.34
Hex 50 84 27 27 0 46 30 5E 36 22
Octal 120 204 47 47 0 106 60 136 66 42
Binary 1010000 10000100 100111 100111 0 1000110 110000 1011110 110110 100010

Color Harmonies of #508427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508427

Black with #508427

Text Example


Text Example

White with #508427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508427; }

 p { color: rgb(80,132,39); }

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

background-color css

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

 a { background-color: rgb(80,132,39); }

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

border-color css

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

 span { border-color: rgb(80,132,39); }

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