Html Css Color HEX #52892F La Palma

📋 copy color: '#52892F'

red 82 ◦ green 137 ◦ blue 47

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

Shades of La Palma #52892F

Tints of La Palma #52892F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 51.5%

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

R = 30.83%
G = 51.5%
B = 17.67%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#52892F (or 0x52892F) is known color: La Palma. HEX triplet: 52, 89 and 2F. RGB value is (82,137,47). Sum of RGB (Red+Green+Blue) = 82+137+47=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #52892F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52892F is #AD76D0. Grayscale: #6E6E6E. Windows color (decimal): -11368145 or 3115346. OLE color: 3115346.

HSL color Cylindrical-coordinate representation of color #52892F: hue angle of 96.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52892F is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 137 47 -
CMYK 0.40 0 0.66 0.46
HSL 96.67º 0.49% 0.36% -
HSV(B) 96.67º 0.66% 0.54% -
XYZ 12.94 19.89 5.85 -
YUV 110.3 92.28 107.82 -
System Red Green Blue C M Y K H S L
Decimal 82 137 47 0.40 0 0.66 0.46 96.67 0.49 0.36
Hex 52 89 2F 28 0 42 2E 61 31 24
Octal 122 211 57 50 0 102 56 141 61 44
Binary 1010010 10001001 101111 101000 0 1000010 101110 1100001 110001 100100

Color Harmonies of #52892F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52892F

Black with #52892F

Text Example


Text Example

White with #52892F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52892F; }

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

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

background-color css

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

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

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

border-color css

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

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

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