Html Css Color HEX #52983E La Palma

📋 copy color: '#52983E'

red 82 ◦ green 152 ◦ blue 62

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

Shades of La Palma #52983E

Tints of La Palma #52983E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.35%

 BLUE value IS 62 (24.61% from 255) = 20.95%

R = 27.7%
G = 51.35%
B = 20.95%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#52983E (or 0x52983E) is known color: La Palma. HEX triplet: 52, 98 and 3E. RGB value is (82,152,62). Sum of RGB (Red+Green+Blue) = 82+152+62=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 152 (59.77% from 255 or 51.35% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 152 - color contains mainly: green. Hex color #52983E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52983E is #AD67C1. Grayscale: #797979. Windows color (decimal): -11364290 or 4102226. OLE color: 4102226.

HSL color Cylindrical-coordinate representation of color #52983E: hue angle of 106.67º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52983E is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 152 62 -
CMYK 0.46 0 0.59 0.40
HSL 106.67º 0.42% 0.42% -
HSV(B) 106.67º 0.59% 0.6% -
XYZ 15.58 24.6 8.48 -
YUV 120.81 94.81 100.32 -
System Red Green Blue C M Y K H S L
Decimal 82 152 62 0.46 0 0.59 0.40 106.67 0.42 0.42
Hex 52 98 3E 2E 0 3B 28 6B 2A 2A
Octal 122 230 76 56 0 73 50 153 52 52
Binary 1010010 10011000 111110 101110 0 111011 101000 1101011 101010 101010

Color Harmonies of #52983E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52983E

Black with #52983E

Text Example


Text Example

White with #52983E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52983E; }

 p { color: rgb(82,152,62); }

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

background-color css

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

 a { background-color: rgb(82,152,62); }

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

border-color css

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

 span { border-color: rgb(82,152,62); }

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