Html Css Color HEX #458D75 Viridian

📋 copy color: '#458D75'

red 69 ◦ green 141 ◦ blue 117

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

Shades of Viridian #458D75

Tints of Viridian #458D75

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.12%

 BLUE value IS 117 (46.09% from 255) = 35.78%

R = 21.1%
G = 43.12%
B = 35.78%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#458D75 (or 0x458D75) is known color: Viridian. HEX triplet: 45, 8D and 75. RGB value is (69,141,117). Sum of RGB (Red+Green+Blue) = 69+141+117=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 141 - color contains mainly: green. Hex color #458D75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458D75 is #BA728A. Grayscale: #747474. Windows color (decimal): -12219019 or 7703877. OLE color: 7703877.

HSL color Cylindrical-coordinate representation of color #458D75: hue angle of 160º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #458D75 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 141 117 -
CMYK 0.51 0 0.17 0.45
HSL 160º 0.34% 0.41% -
HSV(B) 160º 0.51% 0.55% -
XYZ 15.19 21.6 20.2 -
YUV 116.74 128.15 93.95 -
System Red Green Blue C M Y K H S L
Decimal 69 141 117 0.51 0 0.17 0.45 160 0.34 0.41
Hex 45 8D 75 33 0 11 2D A0 22 29
Octal 105 215 165 63 0 21 55 240 42 51
Binary 1000101 10001101 1110101 110011 0 10001 101101 10100000 100010 101001

Color Harmonies of #458D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458D75

Black with #458D75

Text Example


Text Example

White with #458D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458D75; }

 p { color: rgb(69,141,117); }

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

background-color css

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

 a { background-color: rgb(69,141,117); }

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

border-color css

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

 span { border-color: rgb(69,141,117); }

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