Html Css Color HEX #458173 Viridian

📋 copy color: '#458173'

red 69 ◦ green 129 ◦ blue 115

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

Shades of Viridian #458173

Tints of Viridian #458173

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.21%

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

R = 22.04%
G = 41.21%
B = 36.74%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#458173 (or 0x458173) is known color: Viridian. HEX triplet: 45, 81 and 73. RGB value is (69,129,115). Sum of RGB (Red+Green+Blue) = 69+129+115=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 129 - color contains mainly: green. Hex color #458173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458173 is #BA7E8C. Grayscale: #6D6D6D. Windows color (decimal): -12222093 or 7569733. OLE color: 7569733.

HSL color Cylindrical-coordinate representation of color #458173: hue angle of 166º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #458173 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 129 115 -
CMYK 0.47 0 0.11 0.49
HSL 166º 0.3% 0.39% -
HSV(B) 166º 0.47% 0.51% -
XYZ 13.4 18.2 19.03 -
YUV 109.46 131.12 99.14 -
System Red Green Blue C M Y K H S L
Decimal 69 129 115 0.47 0 0.11 0.49 166 0.3 0.39
Hex 45 81 73 2F 0 B 31 A6 1E 27
Octal 105 201 163 57 0 13 61 246 36 47
Binary 1000101 10000001 1110011 101111 0 1011 110001 10100110 11110 100111

Color Harmonies of #458173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458173

Black with #458173

Text Example


Text Example

White with #458173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458173; }

 p { color: rgb(69,129,115); }

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

background-color css

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

 a { background-color: rgb(69,129,115); }

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

border-color css

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

 span { border-color: rgb(69,129,115); }

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