Html Css Color HEX #618D4B Glade Green

📋 copy color: '#618D4B'

red 97 ◦ green 141 ◦ blue 75

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

Shades of Glade Green #618D4B

Tints of Glade Green #618D4B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.05%

 BLUE value IS 75 (29.69% from 255) = 23.96%

R = 30.99%
G = 45.05%
B = 23.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#618D4B (or 0x618D4B) is known color: Glade Green. HEX triplet: 61, 8D and 4B. RGB value is (97,141,75). Sum of RGB (Red+Green+Blue) = 97+141+75=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 141 - color contains mainly: green. Hex color #618D4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618D4B is #9E72B4. Grayscale: #787878. Windows color (decimal): -10384053 or 4951393. OLE color: 4951393.

HSL color Cylindrical-coordinate representation of color #618D4B: hue angle of 100º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #618D4B is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 141 75 -
CMYK 0.31 0 0.47 0.45
HSL 100º 0.31% 0.42% -
HSV(B) 100º 0.47% 0.55% -
XYZ 15.72 22.1 10.09 -
YUV 120.32 102.42 111.37 -
System Red Green Blue C M Y K H S L
Decimal 97 141 75 0.31 0 0.47 0.45 100 0.31 0.42
Hex 61 8D 4B 1F 0 2F 2D 64 1F 2A
Octal 141 215 113 37 0 57 55 144 37 52
Binary 1100001 10001101 1001011 11111 0 101111 101101 1100100 11111 101010

Color Harmonies of #618D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618D4B

Black with #618D4B

Text Example


Text Example

White with #618D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618D4B; }

 p { color: rgb(97,141,75); }

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

background-color css

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

 a { background-color: rgb(97,141,75); }

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

border-color css

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

 span { border-color: rgb(97,141,75); }

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