Html Css Color HEX #459175 Viridian

📋 copy color: '#459175'

red 69 ◦ green 145 ◦ blue 117

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

Shades of Viridian #459175

Tints of Viridian #459175

RGB

 RED value IS 69 (27.34% from 255) = 20.85%

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

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

R = 20.85%
G = 43.81%
B = 35.35%

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

#459175 (or 0x459175) is known color: Viridian. HEX triplet: 45, 91 and 75. RGB value is (69,145,117). Sum of RGB (Red+Green+Blue) = 69+145+117=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #459175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459175 is #BA6E8A. Grayscale: #777777. Windows color (decimal): -12217995 or 7704901. OLE color: 7704901.

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

Color convert

RGB 69 145 117 -
CMYK 0.52 0 0.19 0.43
HSL 157.89º 0.36% 0.42% -
HSV(B) 157.89º 0.52% 0.57% -
XYZ 15.79 22.8 20.4 -
YUV 119.08 126.82 92.28 -
System Red Green Blue C M Y K H S L
Decimal 69 145 117 0.52 0 0.19 0.43 157.89 0.36 0.42
Hex 45 91 75 34 0 13 2B 9E 24 2A
Octal 105 221 165 64 0 23 53 236 44 52
Binary 1000101 10010001 1110101 110100 0 10011 101011 10011110 100100 101010

Color Harmonies of #459175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459175

Black with #459175

Text Example


Text Example

White with #459175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459175; }

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

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

background-color css

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

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

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

border-color css

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

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

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