Html Css Color HEX #508533 La Palma

📋 copy color: '#508533'

red 80 ◦ green 133 ◦ blue 51

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

Shades of La Palma #508533

Tints of La Palma #508533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.32%

R = 30.3%
G = 50.38%
B = 19.32%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#508533 (or 0x508533) is known color: La Palma. HEX triplet: 50, 85 and 33. RGB value is (80,133,51). Sum of RGB (Red+Green+Blue) = 80+133+51=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #508533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508533 is #AF7ACC. Grayscale: #6C6C6C. Windows color (decimal): -11500237 or 3376464. OLE color: 3376464.

HSL color Cylindrical-coordinate representation of color #508533: hue angle of 98.78º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #508533 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 133 51 -
CMYK 0.40 0 0.62 0.48
HSL 98.78º 0.45% 0.36% -
HSV(B) 98.78º 0.62% 0.52% -
XYZ 12.29 18.72 6.1 -
YUV 107.81 95.94 108.17 -
System Red Green Blue C M Y K H S L
Decimal 80 133 51 0.40 0 0.62 0.48 98.78 0.45 0.36
Hex 50 85 33 28 0 3E 30 63 2D 24
Octal 120 205 63 50 0 76 60 143 55 44
Binary 1010000 10000101 110011 101000 0 111110 110000 1100011 101101 100100

Color Harmonies of #508533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508533

Black with #508533

Text Example


Text Example

White with #508533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508533; }

 p { color: rgb(80,133,51); }

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

background-color css

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

 a { background-color: rgb(80,133,51); }

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

border-color css

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

 span { border-color: rgb(80,133,51); }

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