Html Css Color HEX #4A7A65 Viridian

📋 copy color: '#4A7A65'

red 74 ◦ green 122 ◦ blue 101

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

Shades of Viridian #4A7A65

Tints of Viridian #4A7A65

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.08%

 BLUE value IS 101 (39.84% from 255) = 34.01%

R = 24.92%
G = 41.08%
B = 34.01%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#4A7A65 (or 0x4A7A65) is known color: Viridian. HEX triplet: 4A, 7A and 65. RGB value is (74,122,101). Sum of RGB (Red+Green+Blue) = 74+122+101=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 122 - color contains mainly: green. Hex color #4A7A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7A65 is #B5859A. Grayscale: #696969. Windows color (decimal): -11896219 or 6650442. OLE color: 6650442.

HSL color Cylindrical-coordinate representation of color #4A7A65: hue angle of 153.75º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A7A65 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB 74 122 101 -
CMYK 0.39 0 0.17 0.52
HSL 153.75º 0.24% 0.38% -
HSV(B) 153.75º 0.39% 0.48% -
XYZ 12.13 16.31 14.82 -
YUV 105.25 125.6 105.71 -
System Red Green Blue C M Y K H S L
Decimal 74 122 101 0.39 0 0.17 0.52 153.75 0.24 0.38
Hex 4A 7A 65 27 0 11 34 9A 18 26
Octal 112 172 145 47 0 21 64 232 30 46
Binary 1001010 1111010 1100101 100111 0 10001 110100 10011010 11000 100110

Color Harmonies of #4A7A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7A65

Black with #4A7A65

Text Example


Text Example

White with #4A7A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,122,101); }

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

background-color css

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

 a { background-color: rgb(74,122,101); }

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

border-color css

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

 span { border-color: rgb(74,122,101); }

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