Html Css Color HEX #458171 Viridian

📋 copy color: '#458171'

red 69 ◦ green 129 ◦ blue 113

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

Shades of Viridian #458171

Tints of Viridian #458171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.33%

R = 22.19%
G = 41.48%
B = 36.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#458171 (or 0x458171) is known color: Viridian. HEX triplet: 45, 81 and 71. RGB value is (69,129,113). Sum of RGB (Red+Green+Blue) = 69+129+113=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 129 - color contains mainly: green. Hex color #458171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458171 is #BA7E8E. Grayscale: #6D6D6D. Windows color (decimal): -12222095 or 7438661. OLE color: 7438661.

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

Color convert

RGB 69 129 113 -
CMYK 0.47 0 0.12 0.49
HSL 164º 0.3% 0.39% -
HSV(B) 164º 0.47% 0.51% -
XYZ 13.29 18.16 18.43 -
YUV 109.24 130.12 99.3 -
System Red Green Blue C M Y K H S L
Decimal 69 129 113 0.47 0 0.12 0.49 164 0.3 0.39
Hex 45 81 71 2F 0 C 31 A4 1E 27
Octal 105 201 161 57 0 14 61 244 36 47
Binary 1000101 10000001 1110001 101111 0 1100 110001 10100100 11110 100111

Color Harmonies of #458171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458171

Black with #458171

Text Example


Text Example

White with #458171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458171; }

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

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

background-color css

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

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

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

border-color css

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

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

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