Html Css Color HEX #469373 Viridian

📋 copy color: '#469373'

red 70 ◦ green 147 ◦ blue 115

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

Shades of Viridian #469373

Tints of Viridian #469373

RGB

 RED value IS 70 (27.73% from 255) = 21.08%

 GREEN value IS 147 (57.81% from 255) = 44.28%

 BLUE value IS 115 (45.31% from 255) = 34.64%

R = 21.08%
G = 44.28%
B = 34.64%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#469373 (or 0x469373) is known color: Viridian. HEX triplet: 46, 93 and 73. RGB value is (70,147,115). Sum of RGB (Red+Green+Blue) = 70+147+115=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #469373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469373 is #B96C8C. Grayscale: #787878. Windows color (decimal): -12151949 or 7574342. OLE color: 7574342.

HSL color Cylindrical-coordinate representation of color #469373: hue angle of 155.06º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469373 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 147 115 -
CMYK 0.52 0 0.22 0.42
HSL 155.06º 0.35% 0.43% -
HSV(B) 155.06º 0.52% 0.58% -
XYZ 16.05 23.41 19.89 -
YUV 120.33 124.99 92.1 -
System Red Green Blue C M Y K H S L
Decimal 70 147 115 0.52 0 0.22 0.42 155.06 0.35 0.43
Hex 46 93 73 34 0 16 2A 9B 23 2B
Octal 106 223 163 64 0 26 52 233 43 53
Binary 1000110 10010011 1110011 110100 0 10110 101010 10011011 100011 101011

Color Harmonies of #469373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469373

Black with #469373

Text Example


Text Example

White with #469373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469373; }

 p { color: rgb(70,147,115); }

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

background-color css

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

 a { background-color: rgb(70,147,115); }

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

border-color css

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

 span { border-color: rgb(70,147,115); }

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