Html Css Color HEX #528B2F La Palma

📋 copy color: '#528B2F'

red 82 ◦ green 139 ◦ blue 47

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

Shades of La Palma #528B2F

Tints of La Palma #528B2F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 51.87%

 BLUE value IS 47 (18.75% from 255) = 17.54%

R = 30.6%
G = 51.87%
B = 17.54%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#528B2F (or 0x528B2F) is known color: La Palma. HEX triplet: 52, 8B and 2F. RGB value is (82,139,47). Sum of RGB (Red+Green+Blue) = 82+139+47=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 139 (54.69% from 255 or 51.87% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 139 - color contains mainly: green. Hex color #528B2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528B2F is #AD74D0. Grayscale: #6F6F6F. Windows color (decimal): -11367633 or 3115858. OLE color: 3115858.

HSL color Cylindrical-coordinate representation of color #528B2F: hue angle of 97.17º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #528B2F is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 139 47 -
CMYK 0.41 0 0.66 0.45
HSL 97.17º 0.49% 0.36% -
HSV(B) 97.17º 0.66% 0.55% -
XYZ 13.23 20.46 5.94 -
YUV 111.47 91.62 106.98 -
System Red Green Blue C M Y K H S L
Decimal 82 139 47 0.41 0 0.66 0.45 97.17 0.49 0.36
Hex 52 8B 2F 29 0 42 2D 61 31 24
Octal 122 213 57 51 0 102 55 141 61 44
Binary 1010010 10001011 101111 101001 0 1000010 101101 1100001 110001 100100

Color Harmonies of #528B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528B2F

Black with #528B2F

Text Example


Text Example

White with #528B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528B2F; }

 p { color: rgb(82,139,47); }

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

background-color css

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

 a { background-color: rgb(82,139,47); }

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

border-color css

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

 span { border-color: rgb(82,139,47); }

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