Html Css Color HEX #4A7D66 Viridian

📋 copy color: '#4A7D66'

red 74 ◦ green 125 ◦ blue 102

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

Shades of Viridian #4A7D66

Tints of Viridian #4A7D66

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.53%

 BLUE value IS 102 (40.23% from 255) = 33.89%

R = 24.58%
G = 41.53%
B = 33.89%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#4A7D66 (or 0x4A7D66) is known color: Viridian. HEX triplet: 4A, 7D and 66. RGB value is (74,125,102). Sum of RGB (Red+Green+Blue) = 74+125+102=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 125 - color contains mainly: green. Hex color #4A7D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7D66 is #B58299. Grayscale: #6B6B6B. Windows color (decimal): -11895450 or 6716746. OLE color: 6716746.

HSL color Cylindrical-coordinate representation of color #4A7D66: hue angle of 152.94º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A7D66 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB 74 125 102 -
CMYK 0.41 0 0.18 0.51
HSL 152.94º 0.26% 0.39% -
HSV(B) 152.94º 0.41% 0.49% -
XYZ 12.56 17.08 15.21 -
YUV 107.13 125.1 104.37 -
System Red Green Blue C M Y K H S L
Decimal 74 125 102 0.41 0 0.18 0.51 152.94 0.26 0.39
Hex 4A 7D 66 29 0 12 33 99 1A 27
Octal 112 175 146 51 0 22 63 231 32 47
Binary 1001010 1111101 1100110 101001 0 10010 110011 10011001 11010 100111

Color Harmonies of #4A7D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7D66

Black with #4A7D66

Text Example


Text Example

White with #4A7D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,125,102); }

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

background-color css

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

 a { background-color: rgb(74,125,102); }

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

border-color css

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

 span { border-color: rgb(74,125,102); }

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