Html Css Color HEX #458170 Viridian

📋 copy color: '#458170'

red 69 ◦ green 129 ◦ blue 112

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

Shades of Viridian #458170

Tints of Viridian #458170

RGB

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

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

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

R = 22.26%
G = 41.61%
B = 36.13%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#458170 (or 0x458170) is known color: Viridian. HEX triplet: 45, 81 and 70. RGB value is (69,129,112). Sum of RGB (Red+Green+Blue) = 69+129+112=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #458170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458170 is #BA7E8F. Grayscale: #6D6D6D. Windows color (decimal): -12222096 or 7373125. OLE color: 7373125.

HSL color Cylindrical-coordinate representation of color #458170: hue angle of 163º 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 #458170 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 129 112 -
CMYK 0.47 0 0.13 0.49
HSL 163º 0.3% 0.39% -
HSV(B) 163º 0.47% 0.51% -
XYZ 13.23 18.14 18.13 -
YUV 109.12 129.62 99.38 -
System Red Green Blue C M Y K H S L
Decimal 69 129 112 0.47 0 0.13 0.49 163 0.3 0.39
Hex 45 81 70 2F 0 D 31 A3 1E 27
Octal 105 201 160 57 0 15 61 243 36 47
Binary 1000101 10000001 1110000 101111 0 1101 110001 10100011 11110 100111

Color Harmonies of #458170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458170

Black with #458170

Text Example


Text Example

White with #458170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458170; }

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

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

background-color css

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

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

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

border-color css

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

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

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