Html Css Color HEX #4A6258 Viridian Green

📋 copy color: '#4A6258'

red 74 ◦ green 98 ◦ blue 88

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

Shades of Viridian Green #4A6258

Tints of Viridian Green #4A6258

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.69%

 BLUE value IS 88 (34.77% from 255) = 33.85%

R = 28.46%
G = 37.69%
B = 33.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#4A6258 (or 0x4A6258) is known color: Viridian Green. HEX triplet: 4A, 62 and 58. RGB value is (74,98,88). Sum of RGB (Red+Green+Blue) = 74+98+88=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 98 - color contains mainly: green. Hex color #4A6258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6258 is #B59DA7. Grayscale: #595959. Windows color (decimal): -11902376 or 5792330. OLE color: 5792330.

HSL color Cylindrical-coordinate representation of color #4A6258: hue angle of 155º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A6258 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 98 88 -
CMYK 0.24 0 0.10 0.62
HSL 155º 0.14% 0.34% -
HSV(B) 155º 0.24% 0.38% -
XYZ 8.95 10.9 10.86 -
YUV 89.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 74 98 88 0.24 0 0.10 0.62 155 0.14 0.34
Hex 4A 62 58 18 0 A 3E 9B E 22
Octal 112 142 130 30 0 12 76 233 16 42
Binary 1001010 1100010 1011000 11000 0 1010 111110 10011011 1110 100010

Color Harmonies of #4A6258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6258

Black with #4A6258

Text Example


Text Example

White with #4A6258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,98,88); }

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

background-color css

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

 a { background-color: rgb(74,98,88); }

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

border-color css

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

 span { border-color: rgb(74,98,88); }

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