Html Css Color HEX #659252 Glade Green

📋 copy color: '#659252'

red 101 ◦ green 146 ◦ blue 82

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

Shades of Glade Green #659252

Tints of Glade Green #659252

RGB

 RED value IS 101 (39.84% from 255) = 30.7%

 GREEN value IS 146 (57.42% from 255) = 44.38%

 BLUE value IS 82 (32.42% from 255) = 24.92%

R = 30.7%
G = 44.38%
B = 24.92%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.44

 K value IS 0.43

RGB Variations

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

Color information

#659252 (or 0x659252) is known color: Glade Green. HEX triplet: 65, 92 and 52. RGB value is (101,146,82). Sum of RGB (Red+Green+Blue) = 101+146+82=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #659252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659252 is #9A6DAD. Grayscale: #7D7D7D. Windows color (decimal): -10120622 or 5411429. OLE color: 5411429.

HSL color Cylindrical-coordinate representation of color #659252: hue angle of 102.19º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #659252 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 146 82 -
CMYK 0.31 0 0.44 0.43
HSL 102.19º 0.28% 0.45% -
HSV(B) 102.19º 0.44% 0.57% -
XYZ 17.17 23.93 11.7 -
YUV 125.25 103.59 110.7 -
System Red Green Blue C M Y K H S L
Decimal 101 146 82 0.31 0 0.44 0.43 102.19 0.28 0.45
Hex 65 92 52 1F 0 2C 2B 66 1C 2D
Octal 145 222 122 37 0 54 53 146 34 55
Binary 1100101 10010010 1010010 11111 0 101100 101011 1100110 11100 101101

Color Harmonies of #659252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659252

Black with #659252

Text Example


Text Example

White with #659252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659252; }

 p { color: rgb(101,146,82); }

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

background-color css

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

 a { background-color: rgb(101,146,82); }

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

border-color css

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

 span { border-color: rgb(101,146,82); }

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