Html Css Color HEX #469270 Viridian

📋 copy color: '#469270'

red 70 ◦ green 146 ◦ blue 112

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

Shades of Viridian #469270

Tints of Viridian #469270

RGB

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

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

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

R = 21.34%
G = 44.51%
B = 34.15%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#469270 (or 0x469270) is known color: Viridian. HEX triplet: 46, 92 and 70. RGB value is (70,146,112). Sum of RGB (Red+Green+Blue) = 70+146+112=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #469270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469270 is #B96D8F. Grayscale: #777777. Windows color (decimal): -12152208 or 7377478. OLE color: 7377478.

HSL color Cylindrical-coordinate representation of color #469270: hue angle of 153.16º 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 #469270 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 146 112 -
CMYK 0.52 0 0.23 0.43
HSL 153.16º 0.35% 0.42% -
HSV(B) 153.16º 0.52% 0.57% -
XYZ 15.73 23.03 18.95 -
YUV 119.4 123.82 92.76 -
System Red Green Blue C M Y K H S L
Decimal 70 146 112 0.52 0 0.23 0.43 153.16 0.35 0.42
Hex 46 92 70 34 0 17 2B 99 23 2A
Octal 106 222 160 64 0 27 53 231 43 52
Binary 1000110 10010010 1110000 110100 0 10111 101011 10011001 100011 101010

Color Harmonies of #469270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469270

Black with #469270

Text Example


Text Example

White with #469270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469270; }

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

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

background-color css

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

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

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

border-color css

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

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

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