Html Css Color HEX #527427 Green Leaf

📋 copy color: '#527427'

red 82 ◦ green 116 ◦ blue 39

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

Shades of Green Leaf #527427

Tints of Green Leaf #527427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.46%

R = 34.6%
G = 48.95%
B = 16.46%

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

#527427 (or 0x527427) is known color: Green Leaf. HEX triplet: 52, 74 and 27. RGB value is (82,116,39). Sum of RGB (Red+Green+Blue) = 82+116+39=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 116 - color contains mainly: green. Hex color #527427 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527427 is #AD8BD8. Grayscale: #616161. Windows color (decimal): -11373529 or 2585682. OLE color: 2585682.

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

Color convert

RGB 82 116 39 -
CMYK 0.29 0 0.66 0.55
HSL 86.49º 0.5% 0.3% -
HSV(B) 86.49º 0.66% 0.45% -
XYZ 10.09 14.43 4.17 -
YUV 97.06 95.24 117.26 -
System Red Green Blue C M Y K H S L
Decimal 82 116 39 0.29 0 0.66 0.55 86.49 0.5 0.3
Hex 52 74 27 1D 0 42 37 56 32 1E
Octal 122 164 47 35 0 102 67 126 62 36
Binary 1010010 1110100 100111 11101 0 1000010 110111 1010110 110010 11110

Color Harmonies of #527427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527427

Black with #527427

Text Example


Text Example

White with #527427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527427; }

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

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

background-color css

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

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

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

border-color css

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

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

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