Html Css Color HEX #458570 Viridian

📋 copy color: '#458570'

red 69 ◦ green 133 ◦ blue 112

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

Shades of Viridian #458570

Tints of Viridian #458570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.36%

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

R = 21.97%
G = 42.36%
B = 35.67%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#458570 (or 0x458570) is known color: Viridian. HEX triplet: 45, 85 and 70. RGB value is (69,133,112). Sum of RGB (Red+Green+Blue) = 69+133+112=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #458570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458570 is #BA7A8F. Grayscale: #6F6F6F. Windows color (decimal): -12221072 or 7374149. OLE color: 7374149.

HSL color Cylindrical-coordinate representation of color #458570: hue angle of 160.31º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #458570 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 133 112 -
CMYK 0.48 0 0.16 0.48
HSL 160.31º 0.32% 0.4% -
HSV(B) 160.31º 0.48% 0.52% -
XYZ 13.77 19.21 18.31 -
YUV 111.47 128.3 97.71 -
System Red Green Blue C M Y K H S L
Decimal 69 133 112 0.48 0 0.16 0.48 160.31 0.32 0.4
Hex 45 85 70 30 0 10 30 A0 20 28
Octal 105 205 160 60 0 20 60 240 40 50
Binary 1000101 10000101 1110000 110000 0 10000 110000 10100000 100000 101000

Color Harmonies of #458570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458570

Black with #458570

Text Example


Text Example

White with #458570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458570; }

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

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

background-color css

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

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

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

border-color css

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

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

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