Html Css Color HEX #528633 La Palma

📋 copy color: '#528633'

red 82 ◦ green 134 ◦ blue 51

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

Shades of La Palma #528633

Tints of La Palma #528633

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.19%

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

R = 30.71%
G = 50.19%
B = 19.1%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#528633 (or 0x528633) is known color: La Palma. HEX triplet: 52, 86 and 33. RGB value is (82,134,51). Sum of RGB (Red+Green+Blue) = 82+134+51=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #528633 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528633 is #AD79CC. Grayscale: #6D6D6D. Windows color (decimal): -11368909 or 3376722. OLE color: 3376722.

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

Color convert

RGB 82 134 51 -
CMYK 0.39 0 0.62 0.47
HSL 97.59º 0.45% 0.36% -
HSV(B) 97.59º 0.62% 0.53% -
XYZ 12.6 19.08 6.15 -
YUV 108.99 95.27 108.75 -
System Red Green Blue C M Y K H S L
Decimal 82 134 51 0.39 0 0.62 0.47 97.59 0.45 0.36
Hex 52 86 33 27 0 3E 2F 62 2D 24
Octal 122 206 63 47 0 76 57 142 55 44
Binary 1010010 10000110 110011 100111 0 111110 101111 1100010 101101 100100

Color Harmonies of #528633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528633

Black with #528633

Text Example


Text Example

White with #528633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528633; }

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

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

background-color css

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

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

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

border-color css

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

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

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