Html Css Color HEX #458E75 Viridian

📋 copy color: '#458E75'

red 69 ◦ green 142 ◦ blue 117

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

Shades of Viridian #458E75

Tints of Viridian #458E75

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.29%

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

R = 21.04%
G = 43.29%
B = 35.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#458E75 (or 0x458E75) is known color: Viridian. HEX triplet: 45, 8E and 75. RGB value is (69,142,117). Sum of RGB (Red+Green+Blue) = 69+142+117=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 142 (55.86% from 255 or 43.29% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 142 - color contains mainly: green. Hex color #458E75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458E75 is #BA718A. Grayscale: #757575. Windows color (decimal): -12218763 or 7704133. OLE color: 7704133.

HSL color Cylindrical-coordinate representation of color #458E75: hue angle of 159.45º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #458E75 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 142 117 -
CMYK 0.51 0 0.18 0.44
HSL 159.45º 0.35% 0.41% -
HSV(B) 159.45º 0.51% 0.56% -
XYZ 15.34 21.9 20.25 -
YUV 117.32 127.82 93.53 -
System Red Green Blue C M Y K H S L
Decimal 69 142 117 0.51 0 0.18 0.44 159.45 0.35 0.41
Hex 45 8E 75 33 0 12 2C 9F 23 29
Octal 105 216 165 63 0 22 54 237 43 51
Binary 1000101 10001110 1110101 110011 0 10010 101100 10011111 100011 101001

Color Harmonies of #458E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458E75

Black with #458E75

Text Example


Text Example

White with #458E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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