Html Css Color HEX #458776 Viridian

📋 copy color: '#458776'

red 69 ◦ green 135 ◦ blue 118

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

Shades of Viridian #458776

Tints of Viridian #458776

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.93%

 BLUE value IS 118 (46.48% from 255) = 36.65%

R = 21.43%
G = 41.93%
B = 36.65%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#458776 (or 0x458776) is known color: Viridian. HEX triplet: 45, 87 and 76. RGB value is (69,135,118). Sum of RGB (Red+Green+Blue) = 69+135+118=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #458776 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458776 is #BA7889. Grayscale: #717171. Windows color (decimal): -12220554 or 7767877. OLE color: 7767877.

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

Color convert

RGB 69 135 118 -
CMYK 0.49 0 0.13 0.47
HSL 164.55º 0.32% 0.4% -
HSV(B) 164.55º 0.49% 0.53% -
XYZ 14.39 19.9 20.22 -
YUV 113.33 130.63 96.38 -
System Red Green Blue C M Y K H S L
Decimal 69 135 118 0.49 0 0.13 0.47 164.55 0.32 0.4
Hex 45 87 76 31 0 D 2F A5 20 28
Octal 105 207 166 61 0 15 57 245 40 50
Binary 1000101 10000111 1110110 110001 0 1101 101111 10100101 100000 101000

Color Harmonies of #458776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458776

Black with #458776

Text Example


Text Example

White with #458776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458776; }

 p { color: rgb(69,135,118); }

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

background-color css

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

 a { background-color: rgb(69,135,118); }

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

border-color css

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

 span { border-color: rgb(69,135,118); }

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