Html Css Color HEX #527725 Green Leaf

📋 copy color: '#527725'

red 82 ◦ green 119 ◦ blue 37

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

Shades of Green Leaf #527725

Tints of Green Leaf #527725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.55%

R = 34.45%
G = 50%
B = 15.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#527725 (or 0x527725) is known color: Green Leaf. HEX triplet: 52, 77 and 25. RGB value is (82,119,37). Sum of RGB (Red+Green+Blue) = 82+119+37=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #527725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527725 is #AD88DA. Grayscale: #626262. Windows color (decimal): -11372763 or 2455378. OLE color: 2455378.

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

Color convert

RGB 82 119 37 -
CMYK 0.31 0 0.69 0.53
HSL 87.07º 0.53% 0.31% -
HSV(B) 87.07º 0.69% 0.47% -
XYZ 10.41 15.12 4.12 -
YUV 98.59 93.24 116.17 -
System Red Green Blue C M Y K H S L
Decimal 82 119 37 0.31 0 0.69 0.53 87.07 0.53 0.31
Hex 52 77 25 1F 0 45 35 57 35 1F
Octal 122 167 45 37 0 105 65 127 65 37
Binary 1010010 1110111 100101 11111 0 1000101 110101 1010111 110101 11111

Color Harmonies of #527725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527725

Black with #527725

Text Example


Text Example

White with #527725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527725; }

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

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

background-color css

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

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

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

border-color css

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

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

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