Html Css Color HEX #527728 Green Leaf

📋 copy color: '#527728'

red 82 ◦ green 119 ◦ blue 40

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

Shades of Green Leaf #527728

Tints of Green Leaf #527728

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.38%

 BLUE value IS 40 (16.02% from 255) = 16.6%

R = 34.02%
G = 49.38%
B = 16.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#527728 (or 0x527728) is known color: Green Leaf. HEX triplet: 52, 77 and 28. RGB value is (82,119,40). Sum of RGB (Red+Green+Blue) = 82+119+40=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 119 (46.88% from 255 or 49.38% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 119 - color contains mainly: green. Hex color #527728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527728 is #AD88D7. Grayscale: #636363. Windows color (decimal): -11372760 or 2651986. OLE color: 2651986.

HSL color Cylindrical-coordinate representation of color #527728: hue angle of 88.1º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #527728 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 119 40 -
CMYK 0.31 0 0.66 0.53
HSL 88.1º 0.5% 0.31% -
HSV(B) 88.1º 0.66% 0.47% -
XYZ 10.46 15.14 4.38 -
YUV 98.93 94.74 115.92 -
System Red Green Blue C M Y K H S L
Decimal 82 119 40 0.31 0 0.66 0.53 88.1 0.5 0.31
Hex 52 77 28 1F 0 42 35 58 32 1F
Octal 122 167 50 37 0 102 65 130 62 37
Binary 1010010 1110111 101000 11111 0 1000010 110101 1011000 110010 11111

Color Harmonies of #527728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527728

Black with #527728

Text Example


Text Example

White with #527728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527728; }

 p { color: rgb(82,119,40); }

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

background-color css

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

 a { background-color: rgb(82,119,40); }

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

border-color css

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

 span { border-color: rgb(82,119,40); }

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