Html Css Color HEX #458874 Viridian

📋 copy color: '#458874'

red 69 ◦ green 136 ◦ blue 116

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

Shades of Viridian #458874

Tints of Viridian #458874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.37%

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

R = 21.5%
G = 42.37%
B = 36.14%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#458874 (or 0x458874) is known color: Viridian. HEX triplet: 45, 88 and 74. RGB value is (69,136,116). Sum of RGB (Red+Green+Blue) = 69+136+116=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #458874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458874 is #BA778B. Grayscale: #717171. Windows color (decimal): -12220300 or 7637061. OLE color: 7637061.

HSL color Cylindrical-coordinate representation of color #458874: hue angle of 162.09º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #458874 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 136 116 -
CMYK 0.49 0 0.15 0.47
HSL 162.09º 0.33% 0.4% -
HSV(B) 162.09º 0.49% 0.53% -
XYZ 14.41 20.13 19.65 -
YUV 113.69 129.3 96.13 -
System Red Green Blue C M Y K H S L
Decimal 69 136 116 0.49 0 0.15 0.47 162.09 0.33 0.4
Hex 45 88 74 31 0 F 2F A2 21 28
Octal 105 210 164 61 0 17 57 242 41 50
Binary 1000101 10001000 1110100 110001 0 1111 101111 10100010 100001 101000

Color Harmonies of #458874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458874

Black with #458874

Text Example


Text Example

White with #458874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458874; }

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

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

background-color css

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

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

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

border-color css

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

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

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