Html Css Color HEX #4F615C Viridian Green

📋 copy color: '#4F615C'

red 79 ◦ green 97 ◦ blue 92

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

Shades of Viridian Green #4F615C

Tints of Viridian Green #4F615C

RGB

 RED value IS 79 (31.25% from 255) = 29.48%

 GREEN value IS 97 (38.28% from 255) = 36.19%

 BLUE value IS 92 (36.33% from 255) = 34.33%

R = 29.48%
G = 36.19%
B = 34.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#4F615C (or 0x4F615C) is known color: Viridian Green. HEX triplet: 4F, 61 and 5C. RGB value is (79,97,92). Sum of RGB (Red+Green+Blue) = 79+97+92=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 97 - color contains mainly: green. Hex color #4F615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F615C is #B09EA3. Grayscale: #5B5B5B. Windows color (decimal): -11574948 or 6054223. OLE color: 6054223.

HSL color Cylindrical-coordinate representation of color #4F615C: hue angle of 163.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F615C is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 97 92 -
CMYK 0.19 0 0.05 0.62
HSL 163.33º 0.1% 0.35% -
HSV(B) 163.33º 0.19% 0.38% -
XYZ 9.43 10.98 11.75 -
YUV 91.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 79 97 92 0.19 0 0.05 0.62 163.33 0.1 0.35
Hex 4F 61 5C 13 0 5 3E A3 A 23
Octal 117 141 134 23 0 5 76 243 12 43
Binary 1001111 1100001 1011100 10011 0 101 111110 10100011 1010 100011

Color Harmonies of #4F615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F615C

Black with #4F615C

Text Example


Text Example

White with #4F615C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F615C; }

 p { color: rgb(79,97,92); }

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

background-color css

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

 a { background-color: rgb(79,97,92); }

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

border-color css

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

 span { border-color: rgb(79,97,92); }

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