Html Css Color HEX #527635 Green Leaf

📋 copy color: '#527635'

red 82 ◦ green 118 ◦ blue 53

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

Shades of Green Leaf #527635

Tints of Green Leaf #527635

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.64%

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

R = 32.41%
G = 46.64%
B = 20.95%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#527635 (or 0x527635) is known color: Green Leaf. HEX triplet: 52, 76 and 35. RGB value is (82,118,53). Sum of RGB (Red+Green+Blue) = 82+118+53=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #527635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527635 is #AD89CA. Grayscale: #646464. Windows color (decimal): -11373003 or 3503698. OLE color: 3503698.

HSL color Cylindrical-coordinate representation of color #527635: hue angle of 93.23º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #527635 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 118 53 -
CMYK 0.31 0 0.55 0.54
HSL 93.23º 0.38% 0.34% -
HSV(B) 93.23º 0.55% 0.46% -
XYZ 10.6 15.01 5.71 -
YUV 99.83 101.57 115.29 -
System Red Green Blue C M Y K H S L
Decimal 82 118 53 0.31 0 0.55 0.54 93.23 0.38 0.34
Hex 52 76 35 1F 0 37 36 5D 26 22
Octal 122 166 65 37 0 67 66 135 46 42
Binary 1010010 1110110 110101 11111 0 110111 110110 1011101 100110 100010

Color Harmonies of #527635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527635

Black with #527635

Text Example


Text Example

White with #527635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527635; }

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

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

background-color css

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

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

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

border-color css

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

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

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