Html Css Color HEX #527027 Green Leaf

📋 copy color: '#527027'

red 82 ◦ green 112 ◦ blue 39

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

Shades of Green Leaf #527027

Tints of Green Leaf #527027

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.07%

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

R = 35.19%
G = 48.07%
B = 16.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#527027 (or 0x527027) is known color: Green Leaf. HEX triplet: 52, 70 and 27. RGB value is (82,112,39). Sum of RGB (Red+Green+Blue) = 82+112+39=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #527027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527027 is #AD8FD8. Grayscale: #5E5E5E. Windows color (decimal): -11374553 or 2584658. OLE color: 2584658.

HSL color Cylindrical-coordinate representation of color #527027: hue angle of 84.66º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #527027 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 112 39 -
CMYK 0.27 0 0.65 0.56
HSL 84.66º 0.48% 0.3% -
HSV(B) 84.66º 0.65% 0.44% -
XYZ 9.64 13.53 4.02 -
YUV 94.71 96.56 118.94 -
System Red Green Blue C M Y K H S L
Decimal 82 112 39 0.27 0 0.65 0.56 84.66 0.48 0.3
Hex 52 70 27 1B 0 41 38 55 30 1E
Octal 122 160 47 33 0 101 70 125 60 36
Binary 1010010 1110000 100111 11011 0 1000001 111000 1010101 110000 11110

Color Harmonies of #527027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527027

Black with #527027

Text Example


Text Example

White with #527027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527027; }

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

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

background-color css

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

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

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

border-color css

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

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

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