Html Css Color HEX #527428 Green Leaf

📋 copy color: '#527428'

red 82 ◦ green 116 ◦ blue 40

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

Shades of Green Leaf #527428

Tints of Green Leaf #527428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.74%

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

R = 34.45%
G = 48.74%
B = 16.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#527428 (or 0x527428) is known color: Green Leaf. HEX triplet: 52, 74 and 28. RGB value is (82,116,40). Sum of RGB (Red+Green+Blue) = 82+116+40=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 116 - color contains mainly: green. Hex color #527428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527428 is #AD8BD7. Grayscale: #616161. Windows color (decimal): -11373528 or 2651218. OLE color: 2651218.

HSL color Cylindrical-coordinate representation of color #527428: hue angle of 86.84º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #527428 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 116 40 -
CMYK 0.29 0 0.66 0.55
HSL 86.84º 0.49% 0.31% -
HSV(B) 86.84º 0.66% 0.45% -
XYZ 10.11 14.44 4.26 -
YUV 97.17 95.74 117.18 -
System Red Green Blue C M Y K H S L
Decimal 82 116 40 0.29 0 0.66 0.55 86.84 0.49 0.31
Hex 52 74 28 1D 0 42 37 57 31 1F
Octal 122 164 50 35 0 102 67 127 61 37
Binary 1010010 1110100 101000 11101 0 1000010 110111 1010111 110001 11111

Color Harmonies of #527428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527428

Black with #527428

Text Example


Text Example

White with #527428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527428; }

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

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

background-color css

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

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

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

border-color css

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

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

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