Html Css Color HEX #4F665C Viridian Green

📋 copy color: '#4F665C'

red 79 ◦ green 102 ◦ blue 92

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

Shades of Viridian Green #4F665C

Tints of Viridian Green #4F665C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.36%

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

R = 28.94%
G = 37.36%
B = 33.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#4F665C (or 0x4F665C) is known color: Viridian Green. HEX triplet: 4F, 66 and 5C. RGB value is (79,102,92). Sum of RGB (Red+Green+Blue) = 79+102+92=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 102 - color contains mainly: green. Hex color #4F665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F665C is #B099A3. Grayscale: #5E5E5E. Windows color (decimal): -11573668 or 6055503. OLE color: 6055503.

HSL color Cylindrical-coordinate representation of color #4F665C: hue angle of 153.91º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F665C is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB 79 102 92 -
CMYK 0.23 0 0.10 0.6
HSL 153.91º 0.13% 0.35% -
HSV(B) 153.91º 0.23% 0.4% -
XYZ 9.91 11.94 11.91 -
YUV 93.98 126.88 117.31 -
System Red Green Blue C M Y K H S L
Decimal 79 102 92 0.23 0 0.10 0.6 153.91 0.13 0.35
Hex 4F 66 5C 17 0 A 3C 9A D 23
Octal 117 146 134 27 0 12 74 232 15 43
Binary 1001111 1100110 1011100 10111 0 1010 111100 10011010 1101 100011

Color Harmonies of #4F665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F665C

Black with #4F665C

Text Example


Text Example

White with #4F665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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