Html Css Color HEX #527733 Green Leaf

📋 copy color: '#527733'

red 82 ◦ green 119 ◦ blue 51

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

Shades of Green Leaf #527733

Tints of Green Leaf #527733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.24%

R = 32.54%
G = 47.22%
B = 20.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#527733 (or 0x527733) is known color: Green Leaf. HEX triplet: 52, 77 and 33. RGB value is (82,119,51). Sum of RGB (Red+Green+Blue) = 82+119+51=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #527733 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527733 is #AD88CC. Grayscale: #646464. Windows color (decimal): -11372749 or 3372882. OLE color: 3372882.

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

Color convert

RGB 82 119 51 -
CMYK 0.31 0 0.57 0.53
HSL 92.65º 0.4% 0.33% -
HSV(B) 92.65º 0.57% 0.47% -
XYZ 10.67 15.23 5.51 -
YUV 100.19 100.24 115.03 -
System Red Green Blue C M Y K H S L
Decimal 82 119 51 0.31 0 0.57 0.53 92.65 0.4 0.33
Hex 52 77 33 1F 0 39 35 5D 28 21
Octal 122 167 63 37 0 71 65 135 50 41
Binary 1010010 1110111 110011 11111 0 111001 110101 1011101 101000 100001

Color Harmonies of #527733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527733

Black with #527733

Text Example


Text Example

White with #527733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527733; }

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

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

background-color css

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

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

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

border-color css

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

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

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