Html Css Color HEX #458875 Viridian

📋 copy color: '#458875'

red 69 ◦ green 136 ◦ blue 117

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

Shades of Viridian #458875

Tints of Viridian #458875

RGB

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

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

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

R = 21.43%
G = 42.24%
B = 36.34%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#458875 (or 0x458875) is known color: Viridian. HEX triplet: 45, 88 and 75. RGB value is (69,136,117). Sum of RGB (Red+Green+Blue) = 69+136+117=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #458875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458875 is #BA778A. Grayscale: #717171. Windows color (decimal): -12220299 or 7702597. OLE color: 7702597.

HSL color Cylindrical-coordinate representation of color #458875: hue angle of 162.99º 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 #458875 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 136 117 -
CMYK 0.49 0 0.14 0.47
HSL 162.99º 0.33% 0.4% -
HSV(B) 162.99º 0.49% 0.53% -
XYZ 14.47 20.16 19.96 -
YUV 113.8 129.8 96.04 -
System Red Green Blue C M Y K H S L
Decimal 69 136 117 0.49 0 0.14 0.47 162.99 0.33 0.4
Hex 45 88 75 31 0 E 2F A3 21 28
Octal 105 210 165 61 0 16 57 243 41 50
Binary 1000101 10001000 1110101 110001 0 1110 101111 10100011 100001 101000

Color Harmonies of #458875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458875

Black with #458875

Text Example


Text Example

White with #458875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458875; }

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

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

background-color css

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

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

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

border-color css

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

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

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