Html Css Color HEX #469273 Viridian

📋 copy color: '#469273'

red 70 ◦ green 146 ◦ blue 115

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

Shades of Viridian #469273

Tints of Viridian #469273

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.11%

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

R = 21.15%
G = 44.11%
B = 34.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#469273 (or 0x469273) is known color: Viridian. HEX triplet: 46, 92 and 73. RGB value is (70,146,115). Sum of RGB (Red+Green+Blue) = 70+146+115=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #469273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469273 is #B96D8C. Grayscale: #777777. Windows color (decimal): -12152205 or 7574086. OLE color: 7574086.

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

Color convert

RGB 70 146 115 -
CMYK 0.52 0 0.21 0.43
HSL 155.53º 0.35% 0.42% -
HSV(B) 155.53º 0.52% 0.57% -
XYZ 15.9 23.1 19.84 -
YUV 119.74 125.32 92.52 -
System Red Green Blue C M Y K H S L
Decimal 70 146 115 0.52 0 0.21 0.43 155.53 0.35 0.42
Hex 46 92 73 34 0 15 2B 9C 23 2A
Octal 106 222 163 64 0 25 53 234 43 52
Binary 1000110 10010010 1110011 110100 0 10101 101011 10011100 100011 101010

Color Harmonies of #469273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469273

Black with #469273

Text Example


Text Example

White with #469273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469273; }

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

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

background-color css

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

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

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

border-color css

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

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

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