Html Css Color HEX #458F74 Viridian

📋 copy color: '#458F74'

red 69 ◦ green 143 ◦ blue 116

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

Shades of Viridian #458F74

Tints of Viridian #458F74

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.6%

 BLUE value IS 116 (45.7% from 255) = 35.37%

R = 21.04%
G = 43.6%
B = 35.37%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#458F74 (or 0x458F74) is known color: Viridian. HEX triplet: 45, 8F and 74. RGB value is (69,143,116). Sum of RGB (Red+Green+Blue) = 69+143+116=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 143 - color contains mainly: green. Hex color #458F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458F74 is #BA708B. Grayscale: #757575. Windows color (decimal): -12218508 or 7638853. OLE color: 7638853.

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

Color convert

RGB 69 143 116 -
CMYK 0.52 0 0.19 0.44
HSL 158.11º 0.35% 0.42% -
HSV(B) 158.11º 0.52% 0.56% -
XYZ 15.43 22.17 19.99 -
YUV 117.8 126.98 93.2 -
System Red Green Blue C M Y K H S L
Decimal 69 143 116 0.52 0 0.19 0.44 158.11 0.35 0.42
Hex 45 8F 74 34 0 13 2C 9E 23 2A
Octal 105 217 164 64 0 23 54 236 43 52
Binary 1000101 10001111 1110100 110100 0 10011 101100 10011110 100011 101010

Color Harmonies of #458F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458F74

Black with #458F74

Text Example


Text Example

White with #458F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,143,116); }

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

background-color css

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

 a { background-color: rgb(69,143,116); }

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

border-color css

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

 span { border-color: rgb(69,143,116); }

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