Html Css Color HEX #608350 Glade Green

📋 copy color: '#608350'

red 96 ◦ green 131 ◦ blue 80

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

Shades of Glade Green #608350

Tints of Glade Green #608350

RGB

 RED value IS 96 (37.89% from 255) = 31.27%

 GREEN value IS 131 (51.56% from 255) = 42.67%

 BLUE value IS 80 (31.64% from 255) = 26.06%

R = 31.27%
G = 42.67%
B = 26.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#608350 (or 0x608350) is known color: Glade Green. HEX triplet: 60, 83 and 50. RGB value is (96,131,80). Sum of RGB (Red+Green+Blue) = 96+131+80=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 131 - color contains mainly: green. Hex color #608350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608350 is #9F7CAF. Grayscale: #727272. Windows color (decimal): -10452144 or 5276512. OLE color: 5276512.

HSL color Cylindrical-coordinate representation of color #608350: hue angle of 101.18º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #608350 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 131 80 -
CMYK 0.27 0 0.39 0.49
HSL 101.18º 0.24% 0.41% -
HSV(B) 101.18º 0.39% 0.51% -
XYZ 14.39 19.3 10.56 -
YUV 114.72 108.4 114.65 -
System Red Green Blue C M Y K H S L
Decimal 96 131 80 0.27 0 0.39 0.49 101.18 0.24 0.41
Hex 60 83 50 1B 0 27 31 65 18 29
Octal 140 203 120 33 0 47 61 145 30 51
Binary 1100000 10000011 1010000 11011 0 100111 110001 1100101 11000 101001

Color Harmonies of #608350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608350

Black with #608350

Text Example


Text Example

White with #608350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608350; }

 p { color: rgb(96,131,80); }

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

background-color css

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

 a { background-color: rgb(96,131,80); }

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

border-color css

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

 span { border-color: rgb(96,131,80); }

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