Html Css Color HEX #528533 La Palma

📋 copy color: '#528533'

red 82 ◦ green 133 ◦ blue 51

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

Shades of La Palma #528533

Tints of La Palma #528533

RGB

 RED value IS 82 (32.42% from 255) = 30.83%

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

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

R = 30.83%
G = 50%
B = 19.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#528533 (or 0x528533) is known color: La Palma. HEX triplet: 52, 85 and 33. RGB value is (82,133,51). Sum of RGB (Red+Green+Blue) = 82+133+51=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #528533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528533 is #AD7ACC. Grayscale: #6C6C6C. Windows color (decimal): -11369165 or 3376466. OLE color: 3376466.

HSL color Cylindrical-coordinate representation of color #528533: hue angle of 97.32º 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 #528533 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 133 51 -
CMYK 0.38 0 0.62 0.48
HSL 97.32º 0.45% 0.36% -
HSV(B) 97.32º 0.62% 0.52% -
XYZ 12.46 18.81 6.11 -
YUV 108.4 95.6 109.17 -
System Red Green Blue C M Y K H S L
Decimal 82 133 51 0.38 0 0.62 0.48 97.32 0.45 0.36
Hex 52 85 33 26 0 3E 30 61 2D 24
Octal 122 205 63 46 0 76 60 141 55 44
Binary 1010010 10000101 110011 100110 0 111110 110000 1100001 101101 100100

Color Harmonies of #528533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528533

Black with #528533

Text Example


Text Example

White with #528533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528533; }

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

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

background-color css

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

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

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

border-color css

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

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

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