Html Css Color HEX #4A685C Viridian Green

📋 copy color: '#4A685C'

red 74 ◦ green 104 ◦ blue 92

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

Shades of Viridian Green #4A685C

Tints of Viridian Green #4A685C

RGB

 RED value IS 74 (29.3% from 255) = 27.41%

 GREEN value IS 104 (41.02% from 255) = 38.52%

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

R = 27.41%
G = 38.52%
B = 34.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#4A685C (or 0x4A685C) is known color: Viridian Green. HEX triplet: 4A, 68 and 5C. RGB value is (74,104,92). Sum of RGB (Red+Green+Blue) = 74+104+92=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 104 - color contains mainly: green. Hex color #4A685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A685C is #B597A3. Grayscale: #5D5D5D. Windows color (decimal): -11900836 or 6056010. OLE color: 6056010.

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

Color convert

RGB 74 104 92 -
CMYK 0.29 0 0.12 0.59
HSL 156º 0.17% 0.35% -
HSV(B) 156º 0.29% 0.41% -
XYZ 9.71 12.13 11.95 -
YUV 93.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 74 104 92 0.29 0 0.12 0.59 156 0.17 0.35
Hex 4A 68 5C 1D 0 C 3B 9C 11 23
Octal 112 150 134 35 0 14 73 234 21 43
Binary 1001010 1101000 1011100 11101 0 1100 111011 10011100 10001 100011

Color Harmonies of #4A685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A685C

Black with #4A685C

Text Example


Text Example

White with #4A685C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,104,92); }

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

background-color css

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

 a { background-color: rgb(74,104,92); }

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

border-color css

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

 span { border-color: rgb(74,104,92); }

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