Html Css Color HEX #4F695D Viridian Green

📋 copy color: '#4F695D'

red 79 ◦ green 105 ◦ blue 93

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

Shades of Viridian Green #4F695D

Tints of Viridian Green #4F695D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.91%

 BLUE value IS 93 (36.72% from 255) = 33.57%

R = 28.52%
G = 37.91%
B = 33.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#4F695D (or 0x4F695D) is known color: Viridian Green. HEX triplet: 4F, 69 and 5D. RGB value is (79,105,93). Sum of RGB (Red+Green+Blue) = 79+105+93=277 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.52% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 105 - color contains mainly: green. Hex color #4F695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F695D is #B096A2. Grayscale: #5F5F5F. Windows color (decimal): -11572899 or 6121807. OLE color: 6121807.

HSL color Cylindrical-coordinate representation of color #4F695D: hue angle of 152.31º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4F695D is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 79 105 93 -
CMYK 0.25 0 0.11 0.59
HSL 152.31º 0.14% 0.36% -
HSV(B) 152.31º 0.25% 0.41% -
XYZ 10.25 12.56 12.24 -
YUV 95.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 79 105 93 0.25 0 0.11 0.59 152.31 0.14 0.36
Hex 4F 69 5D 19 0 B 3B 98 E 24
Octal 117 151 135 31 0 13 73 230 16 44
Binary 1001111 1101001 1011101 11001 0 1011 111011 10011000 1110 100100

Color Harmonies of #4F695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F695D

Black with #4F695D

Text Example


Text Example

White with #4F695D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,105,93); }

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

background-color css

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

 a { background-color: rgb(79,105,93); }

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

border-color css

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

 span { border-color: rgb(79,105,93); }

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