Html Css Color HEX #469070 Viridian

📋 copy color: '#469070'

red 70 ◦ green 144 ◦ blue 112

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

Shades of Viridian #469070

Tints of Viridian #469070

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.17%

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

R = 21.47%
G = 44.17%
B = 34.36%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#469070 (or 0x469070) is known color: Viridian. HEX triplet: 46, 90 and 70. RGB value is (70,144,112). Sum of RGB (Red+Green+Blue) = 70+144+112=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #469070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469070 is #B96F8F. Grayscale: #767676. Windows color (decimal): -12152720 or 7376966. OLE color: 7376966.

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

Color convert

RGB 70 144 112 -
CMYK 0.51 0 0.22 0.44
HSL 154.05º 0.35% 0.42% -
HSV(B) 154.05º 0.51% 0.56% -
XYZ 15.42 22.42 18.84 -
YUV 118.23 124.48 93.6 -
System Red Green Blue C M Y K H S L
Decimal 70 144 112 0.51 0 0.22 0.44 154.05 0.35 0.42
Hex 46 90 70 33 0 16 2C 9A 23 2A
Octal 106 220 160 63 0 26 54 232 43 52
Binary 1000110 10010000 1110000 110011 0 10110 101100 10011010 100011 101010

Color Harmonies of #469070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469070

Black with #469070

Text Example


Text Example

White with #469070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469070; }

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

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

background-color css

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

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

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

border-color css

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

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

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