Html Css Color HEX #528630 La Palma

📋 copy color: '#528630'

red 82 ◦ green 134 ◦ blue 48

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

Shades of La Palma #528630

Tints of La Palma #528630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.18%

R = 31.06%
G = 50.76%
B = 18.18%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#528630 (or 0x528630) is known color: La Palma. HEX triplet: 52, 86 and 30. RGB value is (82,134,48). Sum of RGB (Red+Green+Blue) = 82+134+48=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #528630 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528630 is #AD79CF. Grayscale: #6C6C6C. Windows color (decimal): -11368912 or 3180114. OLE color: 3180114.

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

Color convert

RGB 82 134 48 -
CMYK 0.39 0 0.64 0.47
HSL 96.28º 0.47% 0.36% -
HSV(B) 96.28º 0.64% 0.53% -
XYZ 12.54 19.06 5.81 -
YUV 108.65 93.77 108.99 -
System Red Green Blue C M Y K H S L
Decimal 82 134 48 0.39 0 0.64 0.47 96.28 0.47 0.36
Hex 52 86 30 27 0 40 2F 60 2F 24
Octal 122 206 60 47 0 100 57 140 57 44
Binary 1010010 10000110 110000 100111 0 1000000 101111 1100000 101111 100100

Color Harmonies of #528630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528630

Black with #528630

Text Example


Text Example

White with #528630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528630; }

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

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

background-color css

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

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

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

border-color css

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

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

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