Html Css Color HEX #469175 Viridian

📋 copy color: '#469175'

red 70 ◦ green 145 ◦ blue 117

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

Shades of Viridian #469175

Tints of Viridian #469175

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.67%

 BLUE value IS 117 (46.09% from 255) = 35.24%

R = 21.08%
G = 43.67%
B = 35.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#469175 (or 0x469175) is known color: Viridian. HEX triplet: 46, 91 and 75. RGB value is (70,145,117). Sum of RGB (Red+Green+Blue) = 70+145+117=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 145 - color contains mainly: green. Hex color #469175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469175 is #B96E8A. Grayscale: #777777. Windows color (decimal): -12152459 or 7704902. OLE color: 7704902.

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

Color convert

RGB 70 145 117 -
CMYK 0.52 0 0.19 0.43
HSL 157.6º 0.35% 0.42% -
HSV(B) 157.6º 0.52% 0.57% -
XYZ 15.86 22.84 20.4 -
YUV 119.38 126.65 92.78 -
System Red Green Blue C M Y K H S L
Decimal 70 145 117 0.52 0 0.19 0.43 157.6 0.35 0.42
Hex 46 91 75 34 0 13 2B 9E 23 2A
Octal 106 221 165 64 0 23 53 236 43 52
Binary 1000110 10010001 1110101 110100 0 10011 101011 10011110 100011 101010

Color Harmonies of #469175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469175

Black with #469175

Text Example


Text Example

White with #469175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469175; }

 p { color: rgb(70,145,117); }

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

background-color css

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

 a { background-color: rgb(70,145,117); }

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

border-color css

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

 span { border-color: rgb(70,145,117); }

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