Html Css Color HEX #527233 Green Leaf

📋 copy color: '#527233'

red 82 ◦ green 114 ◦ blue 51

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

Shades of Green Leaf #527233

Tints of Green Leaf #527233

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.15%

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

R = 33.2%
G = 46.15%
B = 20.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#527233 (or 0x527233) is known color: Green Leaf. HEX triplet: 52, 72 and 33. RGB value is (82,114,51). Sum of RGB (Red+Green+Blue) = 82+114+51=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #527233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527233 is #AD8DCC. Grayscale: #616161. Windows color (decimal): -11374029 or 3371602. OLE color: 3371602.

HSL color Cylindrical-coordinate representation of color #527233: hue angle of 90.48º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #527233 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 114 51 -
CMYK 0.28 0 0.55 0.55
HSL 90.48º 0.38% 0.32% -
HSV(B) 90.48º 0.55% 0.45% -
XYZ 10.09 14.07 5.32 -
YUV 97.25 101.9 117.12 -
System Red Green Blue C M Y K H S L
Decimal 82 114 51 0.28 0 0.55 0.55 90.48 0.38 0.32
Hex 52 72 33 1C 0 37 37 5A 26 20
Octal 122 162 63 34 0 67 67 132 46 40
Binary 1010010 1110010 110011 11100 0 110111 110111 1011010 100110 100000

Color Harmonies of #527233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527233

Black with #527233

Text Example


Text Example

White with #527233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527233; }

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

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

background-color css

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

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

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

border-color css

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

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

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