Html Css Color HEX #4E695C Viridian Green

📋 copy color: '#4E695C'

red 78 ◦ green 105 ◦ blue 92

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

Shades of Viridian Green #4E695C

Tints of Viridian Green #4E695C

RGB

 RED value IS 78 (30.86% from 255) = 28.36%

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

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

R = 28.36%
G = 38.18%
B = 33.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#4E695C (or 0x4E695C) is known color: Viridian Green. HEX triplet: 4E, 69 and 5C. RGB value is (78,105,92). Sum of RGB (Red+Green+Blue) = 78+105+92=275 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.36% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 105 - color contains mainly: green. Hex color #4E695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E695C is #B196A3. Grayscale: #5F5F5F. Windows color (decimal): -11638436 or 6056270. OLE color: 6056270.

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

Color convert

RGB 78 105 92 -
CMYK 0.26 0 0.12 0.59
HSL 151.11º 0.15% 0.36% -
HSV(B) 151.11º 0.26% 0.41% -
XYZ 10.13 12.5 12 -
YUV 95.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 78 105 92 0.26 0 0.12 0.59 151.11 0.15 0.36
Hex 4E 69 5C 1A 0 C 3B 97 F 24
Octal 116 151 134 32 0 14 73 227 17 44
Binary 1001110 1101001 1011100 11010 0 1100 111011 10010111 1111 100100

Color Harmonies of #4E695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E695C

Black with #4E695C

Text Example


Text Example

White with #4E695C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,105,92); }

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

background-color css

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

 a { background-color: rgb(78,105,92); }

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

border-color css

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

 span { border-color: rgb(78,105,92); }

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