Html Css Color HEX #458373 Viridian

📋 copy color: '#458373'

red 69 ◦ green 131 ◦ blue 115

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

Shades of Viridian #458373

Tints of Viridian #458373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.59%

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

R = 21.9%
G = 41.59%
B = 36.51%

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

#458373 (or 0x458373) is known color: Viridian. HEX triplet: 45, 83 and 73. RGB value is (69,131,115). Sum of RGB (Red+Green+Blue) = 69+131+115=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 131 - color contains mainly: green. Hex color #458373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458373 is #BA7C8C. Grayscale: #6E6E6E. Windows color (decimal): -12221581 or 7570245. OLE color: 7570245.

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

Color convert

RGB 69 131 115 -
CMYK 0.47 0 0.12 0.49
HSL 164.52º 0.31% 0.39% -
HSV(B) 164.52º 0.47% 0.51% -
XYZ 13.67 18.74 19.12 -
YUV 110.64 130.46 98.3 -
System Red Green Blue C M Y K H S L
Decimal 69 131 115 0.47 0 0.12 0.49 164.52 0.31 0.39
Hex 45 83 73 2F 0 C 31 A5 1F 27
Octal 105 203 163 57 0 14 61 245 37 47
Binary 1000101 10000011 1110011 101111 0 1100 110001 10100101 11111 100111

Color Harmonies of #458373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458373

Black with #458373

Text Example


Text Example

White with #458373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458373; }

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

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

background-color css

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

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

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

border-color css

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

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

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