Html Css Color HEX #469275 Viridian

📋 copy color: '#469275'

red 70 ◦ green 146 ◦ blue 117

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

Shades of Viridian #469275

Tints of Viridian #469275

RGB

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

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

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

R = 21.02%
G = 43.84%
B = 35.14%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#469275 (or 0x469275) is known color: Viridian. HEX triplet: 46, 92 and 75. RGB value is (70,146,117). Sum of RGB (Red+Green+Blue) = 70+146+117=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #469275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469275 is #B96D8A. Grayscale: #787878. Windows color (decimal): -12152203 or 7705158. OLE color: 7705158.

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

Color convert

RGB 70 146 117 -
CMYK 0.52 0 0.20 0.43
HSL 157.11º 0.35% 0.42% -
HSV(B) 157.11º 0.52% 0.57% -
XYZ 16.02 23.14 20.45 -
YUV 119.97 126.32 92.36 -
System Red Green Blue C M Y K H S L
Decimal 70 146 117 0.52 0 0.20 0.43 157.11 0.35 0.42
Hex 46 92 75 34 0 14 2B 9D 23 2A
Octal 106 222 165 64 0 24 53 235 43 52
Binary 1000110 10010010 1110101 110100 0 10100 101011 10011101 100011 101010

Color Harmonies of #469275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469275

Black with #469275

Text Example


Text Example

White with #469275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469275; }

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

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

background-color css

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

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

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

border-color css

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

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

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