Html Css Color HEX #458673 Viridian

📋 copy color: '#458673'

red 69 ◦ green 134 ◦ blue 115

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

Shades of Viridian #458673

Tints of Viridian #458673

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.14%

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

R = 21.7%
G = 42.14%
B = 36.16%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#458673 (or 0x458673) is known color: Viridian. HEX triplet: 45, 86 and 73. RGB value is (69,134,115). Sum of RGB (Red+Green+Blue) = 69+134+115=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #458673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458673 is #BA798C. Grayscale: #707070. Windows color (decimal): -12220813 or 7571013. OLE color: 7571013.

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

Color convert

RGB 69 134 115 -
CMYK 0.49 0 0.14 0.47
HSL 162.46º 0.32% 0.4% -
HSV(B) 162.46º 0.49% 0.53% -
XYZ 14.07 19.55 19.25 -
YUV 112.4 129.47 97.04 -
System Red Green Blue C M Y K H S L
Decimal 69 134 115 0.49 0 0.14 0.47 162.46 0.32 0.4
Hex 45 86 73 31 0 E 2F A2 20 28
Octal 105 206 163 61 0 16 57 242 40 50
Binary 1000101 10000110 1110011 110001 0 1110 101111 10100010 100000 101000

Color Harmonies of #458673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458673

Black with #458673

Text Example


Text Example

White with #458673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458673; }

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

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

background-color css

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

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

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

border-color css

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

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

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