Html Css Color HEX #469470 Viridian

📋 copy color: '#469470'

red 70 ◦ green 148 ◦ blue 112

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

Shades of Viridian #469470

Tints of Viridian #469470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.85%

 BLUE value IS 112 (44.14% from 255) = 33.94%

R = 21.21%
G = 44.85%
B = 33.94%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#469470 (or 0x469470) is known color: Viridian. HEX triplet: 46, 94 and 70. RGB value is (70,148,112). Sum of RGB (Red+Green+Blue) = 70+148+112=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #469470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469470 is #B96B8F. Grayscale: #787878. Windows color (decimal): -12151696 or 7377990. OLE color: 7377990.

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

Color convert

RGB 70 148 112 -
CMYK 0.53 0 0.24 0.42
HSL 152.31º 0.36% 0.43% -
HSV(B) 152.31º 0.53% 0.58% -
XYZ 16.04 23.65 19.05 -
YUV 120.57 123.16 91.93 -
System Red Green Blue C M Y K H S L
Decimal 70 148 112 0.53 0 0.24 0.42 152.31 0.36 0.43
Hex 46 94 70 35 0 18 2A 98 24 2B
Octal 106 224 160 65 0 30 52 230 44 53
Binary 1000110 10010100 1110000 110101 0 11000 101010 10011000 100100 101011

Color Harmonies of #469470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469470

Black with #469470

Text Example


Text Example

White with #469470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469470; }

 p { color: rgb(70,148,112); }

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

background-color css

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

 a { background-color: rgb(70,148,112); }

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

border-color css

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

 span { border-color: rgb(70,148,112); }

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