Html Css Color HEX #4C695F Viridian Green

📋 copy color: '#4C695F'

red 76 ◦ green 105 ◦ blue 95

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

Shades of Viridian Green #4C695F

Tints of Viridian Green #4C695F

RGB

 RED value IS 76 (30.08% from 255) = 27.54%

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

 BLUE value IS 95 (37.5% from 255) = 34.42%

R = 27.54%
G = 38.04%
B = 34.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#4C695F (or 0x4C695F) is known color: Viridian Green. HEX triplet: 4C, 69 and 5F. RGB value is (76,105,95). Sum of RGB (Red+Green+Blue) = 76+105+95=276 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.54% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 105 - color contains mainly: green. Hex color #4C695F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C695F is #B396A0. Grayscale: #5F5F5F. Windows color (decimal): -11769505 or 6252876. OLE color: 6252876.

HSL color Cylindrical-coordinate representation of color #4C695F: hue angle of 159.31º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4C695F is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 76 105 95 -
CMYK 0.28 0 0.10 0.59
HSL 159.31º 0.16% 0.35% -
HSV(B) 159.31º 0.28% 0.41% -
XYZ 10.1 12.47 12.7 -
YUV 95.19 127.89 114.31 -
System Red Green Blue C M Y K H S L
Decimal 76 105 95 0.28 0 0.10 0.59 159.31 0.16 0.35
Hex 4C 69 5F 1C 0 A 3B 9F 10 23
Octal 114 151 137 34 0 12 73 237 20 43
Binary 1001100 1101001 1011111 11100 0 1010 111011 10011111 10000 100011

Color Harmonies of #4C695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C695F

Black with #4C695F

Text Example


Text Example

White with #4C695F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,105,95); }

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

background-color css

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

 a { background-color: rgb(76,105,95); }

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

border-color css

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

 span { border-color: rgb(76,105,95); }

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