Html Css Color HEX #527135 Green Leaf

📋 copy color: '#527135'

red 82 ◦ green 113 ◦ blue 53

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

Shades of Green Leaf #527135

Tints of Green Leaf #527135

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.56%

 BLUE value IS 53 (21.09% from 255) = 21.37%

R = 33.06%
G = 45.56%
B = 21.37%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#527135 (or 0x527135) is known color: Green Leaf. HEX triplet: 52, 71 and 35. RGB value is (82,113,53). Sum of RGB (Red+Green+Blue) = 82+113+53=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #527135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527135 is #AD8ECA. Grayscale: #616161. Windows color (decimal): -11374283 or 3502418. OLE color: 3502418.

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

Color convert

RGB 82 113 53 -
CMYK 0.27 0 0.53 0.56
HSL 91º 0.36% 0.33% -
HSV(B) 91º 0.53% 0.44% -
XYZ 10.03 13.86 5.52 -
YUV 96.89 103.23 117.38 -
System Red Green Blue C M Y K H S L
Decimal 82 113 53 0.27 0 0.53 0.56 91 0.36 0.33
Hex 52 71 35 1B 0 35 38 5B 24 21
Octal 122 161 65 33 0 65 70 133 44 41
Binary 1010010 1110001 110101 11011 0 110101 111000 1011011 100100 100001

Color Harmonies of #527135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527135

Black with #527135

Text Example


Text Example

White with #527135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527135; }

 p { color: rgb(82,113,53); }

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

background-color css

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

 a { background-color: rgb(82,113,53); }

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

border-color css

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

 span { border-color: rgb(82,113,53); }

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