Html Css Color HEX #458970 Viridian

📋 copy color: '#458970'

red 69 ◦ green 137 ◦ blue 112

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

Shades of Viridian #458970

Tints of Viridian #458970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.08%

 BLUE value IS 112 (44.14% from 255) = 35.22%

R = 21.7%
G = 43.08%
B = 35.22%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#458970 (or 0x458970) is known color: Viridian. HEX triplet: 45, 89 and 70. RGB value is (69,137,112). Sum of RGB (Red+Green+Blue) = 69+137+112=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #458970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458970 is #BA768F. Grayscale: #717171. Windows color (decimal): -12220048 or 7375173. OLE color: 7375173.

HSL color Cylindrical-coordinate representation of color #458970: hue angle of 157.94º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458970 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 137 112 -
CMYK 0.50 0 0.18 0.46
HSL 157.94º 0.33% 0.4% -
HSV(B) 157.94º 0.5% 0.54% -
XYZ 14.32 20.33 18.5 -
YUV 113.82 126.97 96.03 -
System Red Green Blue C M Y K H S L
Decimal 69 137 112 0.50 0 0.18 0.46 157.94 0.33 0.4
Hex 45 89 70 32 0 12 2E 9E 21 28
Octal 105 211 160 62 0 22 56 236 41 50
Binary 1000101 10001001 1110000 110010 0 10010 101110 10011110 100001 101000

Color Harmonies of #458970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458970

Black with #458970

Text Example


Text Example

White with #458970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458970; }

 p { color: rgb(69,137,112); }

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

background-color css

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

 a { background-color: rgb(69,137,112); }

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

border-color css

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

 span { border-color: rgb(69,137,112); }

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