Html Css Color HEX #608355 Glade Green

📋 copy color: '#608355'

red 96 ◦ green 131 ◦ blue 85

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

Shades of Glade Green #608355

Tints of Glade Green #608355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.24%

R = 30.77%
G = 41.99%
B = 27.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#608355 (or 0x608355) is known color: Glade Green. HEX triplet: 60, 83 and 55. RGB value is (96,131,85). Sum of RGB (Red+Green+Blue) = 96+131+85=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 131 - color contains mainly: green. Hex color #608355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608355 is #9F7CAA. Grayscale: #737373. Windows color (decimal): -10452139 or 5604192. OLE color: 5604192.

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

Color convert

RGB 96 131 85 -
CMYK 0.27 0 0.35 0.49
HSL 105.65º 0.21% 0.42% -
HSV(B) 105.65º 0.35% 0.51% -
XYZ 14.58 19.38 11.57 -
YUV 115.29 110.9 114.24 -
System Red Green Blue C M Y K H S L
Decimal 96 131 85 0.27 0 0.35 0.49 105.65 0.21 0.42
Hex 60 83 55 1B 0 23 31 6A 15 2A
Octal 140 203 125 33 0 43 61 152 25 52
Binary 1100000 10000011 1010101 11011 0 100011 110001 1101010 10101 101010

Color Harmonies of #608355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608355

Black with #608355

Text Example


Text Example

White with #608355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608355; }

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

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

background-color css

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

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

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

border-color css

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

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

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