Html Css Color HEX #527F24 Green Leaf

📋 copy color: '#527F24'

red 82 ◦ green 127 ◦ blue 36

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

Shades of Green Leaf #527F24

Tints of Green Leaf #527F24

RGB

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

 GREEN value IS 127 (50% from 255) = 51.84%

 BLUE value IS 36 (14.45% from 255) = 14.69%

R = 33.47%
G = 51.84%
B = 14.69%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#527F24 (or 0x527F24) is known color: Green Leaf. HEX triplet: 52, 7F and 24. RGB value is (82,127,36). Sum of RGB (Red+Green+Blue) = 82+127+36=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 127 (50% from 255 or 51.84% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 127 - color contains mainly: green. Hex color #527F24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527F24 is #AD80DB. Grayscale: #676767. Windows color (decimal): -11370716 or 2391890. OLE color: 2391890.

HSL color Cylindrical-coordinate representation of color #527F24: hue angle of 89.67º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #527F24 is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 127 36 -
CMYK 0.35 0 0.72 0.50
HSL 89.67º 0.56% 0.32% -
HSV(B) 89.67º 0.72% 0.5% -
XYZ 11.39 17.1 4.37 -
YUV 103.17 90.09 112.9 -
System Red Green Blue C M Y K H S L
Decimal 82 127 36 0.35 0 0.72 0.50 89.67 0.56 0.32
Hex 52 7F 24 23 0 48 32 5A 38 20
Octal 122 177 44 43 0 110 62 132 70 40
Binary 1010010 1111111 100100 100011 0 1001000 110010 1011010 111000 100000

Color Harmonies of #527F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527F24

Black with #527F24

Text Example


Text Example

White with #527F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527F24; }

 p { color: rgb(82,127,36); }

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

background-color css

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

 a { background-color: rgb(82,127,36); }

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

border-color css

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

 span { border-color: rgb(82,127,36); }

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