Html Css Color HEX #618355 Glade Green

📋 copy color: '#618355'

red 97 ◦ green 131 ◦ blue 85

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

Shades of Glade Green #618355

Tints of Glade Green #618355

RGB

 RED value IS 97 (38.28% from 255) = 30.99%

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

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

R = 30.99%
G = 41.85%
B = 27.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#618355 (or 0x618355) is known color: Glade Green. HEX triplet: 61, 83 and 55. RGB value is (97,131,85). Sum of RGB (Red+Green+Blue) = 97+131+85=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 131 - color contains mainly: green. Hex color #618355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618355 is #9E7CAA. Grayscale: #737373. Windows color (decimal): -10386603 or 5604193. OLE color: 5604193.

HSL color Cylindrical-coordinate representation of color #618355: hue angle of 104.35º 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 #618355 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 131 85 -
CMYK 0.26 0 0.35 0.49
HSL 104.35º 0.21% 0.42% -
HSV(B) 104.35º 0.35% 0.51% -
XYZ 14.69 19.43 11.57 -
YUV 115.59 110.74 114.74 -
System Red Green Blue C M Y K H S L
Decimal 97 131 85 0.26 0 0.35 0.49 104.35 0.21 0.42
Hex 61 83 55 1A 0 23 31 68 15 2A
Octal 141 203 125 32 0 43 61 150 25 52
Binary 1100001 10000011 1010101 11010 0 100011 110001 1101000 10101 101010

Color Harmonies of #618355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618355

Black with #618355

Text Example


Text Example

White with #618355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618355; }

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

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

background-color css

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

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

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

border-color css

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

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

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