Html Css Color HEX #458376 Viridian

📋 copy color: '#458376'

red 69 ◦ green 131 ◦ blue 118

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

Shades of Viridian #458376

Tints of Viridian #458376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.11%

R = 21.7%
G = 41.19%
B = 37.11%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#458376 (or 0x458376) is known color: Viridian. HEX triplet: 45, 83 and 76. RGB value is (69,131,118). Sum of RGB (Red+Green+Blue) = 69+131+118=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 131 - color contains mainly: green. Hex color #458376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458376 is #BA7C89. Grayscale: #6E6E6E. Windows color (decimal): -12221578 or 7766853. OLE color: 7766853.

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

Color convert

RGB 69 131 118 -
CMYK 0.47 0 0.10 0.49
HSL 167.42º 0.31% 0.39% -
HSV(B) 167.42º 0.47% 0.51% -
XYZ 13.84 18.81 20.04 -
YUV 110.98 131.96 98.06 -
System Red Green Blue C M Y K H S L
Decimal 69 131 118 0.47 0 0.10 0.49 167.42 0.31 0.39
Hex 45 83 76 2F 0 A 31 A7 1F 27
Octal 105 203 166 57 0 12 61 247 37 47
Binary 1000101 10000011 1110110 101111 0 1010 110001 10100111 11111 100111

Color Harmonies of #458376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458376

Black with #458376

Text Example


Text Example

White with #458376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458376; }

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

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

background-color css

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

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

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

border-color css

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

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

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