Html Css Color HEX #527F26 Green Leaf

📋 copy color: '#527F26'

red 82 ◦ green 127 ◦ blue 38

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

Shades of Green Leaf #527F26

Tints of Green Leaf #527F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.38%

R = 33.2%
G = 51.42%
B = 15.38%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#527F26 (or 0x527F26) is known color: Green Leaf. HEX triplet: 52, 7F and 26. RGB value is (82,127,38). Sum of RGB (Red+Green+Blue) = 82+127+38=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 127 (50% from 255 or 51.42% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 127 - color contains mainly: green. Hex color #527F26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527F26 is #AD80D9. Grayscale: #676767. Windows color (decimal): -11370714 or 2522962. OLE color: 2522962.

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

Color convert

RGB 82 127 38 -
CMYK 0.35 0 0.70 0.50
HSL 90.34º 0.54% 0.32% -
HSV(B) 90.34º 0.7% 0.5% -
XYZ 11.42 17.11 4.53 -
YUV 103.4 91.09 112.74 -
System Red Green Blue C M Y K H S L
Decimal 82 127 38 0.35 0 0.70 0.50 90.34 0.54 0.32
Hex 52 7F 26 23 0 46 32 5A 36 20
Octal 122 177 46 43 0 106 62 132 66 40
Binary 1010010 1111111 100110 100011 0 1000110 110010 1011010 110110 100000

Color Harmonies of #527F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527F26

Black with #527F26

Text Example


Text Example

White with #527F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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