Html Css Color HEX #458871 Viridian

📋 copy color: '#458871'

red 69 ◦ green 136 ◦ blue 113

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

Shades of Viridian #458871

Tints of Viridian #458871

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.77%

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

R = 21.7%
G = 42.77%
B = 35.53%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#458871 (or 0x458871) is known color: Viridian. HEX triplet: 45, 88 and 71. RGB value is (69,136,113). Sum of RGB (Red+Green+Blue) = 69+136+113=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #458871 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458871 is #BA778E. Grayscale: #717171. Windows color (decimal): -12220303 or 7440453. OLE color: 7440453.

HSL color Cylindrical-coordinate representation of color #458871: hue angle of 159.4º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #458871 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 136 113 -
CMYK 0.49 0 0.17 0.47
HSL 159.4º 0.33% 0.4% -
HSV(B) 159.4º 0.49% 0.53% -
XYZ 14.24 20.07 18.75 -
YUV 113.35 127.8 96.37 -
System Red Green Blue C M Y K H S L
Decimal 69 136 113 0.49 0 0.17 0.47 159.4 0.33 0.4
Hex 45 88 71 31 0 11 2F 9F 21 28
Octal 105 210 161 61 0 21 57 237 41 50
Binary 1000101 10001000 1110001 110001 0 10001 101111 10011111 100001 101000

Color Harmonies of #458871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458871

Black with #458871

Text Example


Text Example

White with #458871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458871; }

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

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

background-color css

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

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

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

border-color css

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

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

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