Html Css Color HEX #45886E Viridian

📋 copy color: '#45886E'

red 69 ◦ green 136 ◦ blue 110

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

Shades of Viridian #45886E

Tints of Viridian #45886E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.92%

R = 21.9%
G = 43.17%
B = 34.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#45886E (or 0x45886E) is known color: Viridian. HEX triplet: 45, 88 and 6E. RGB value is (69,136,110). Sum of RGB (Red+Green+Blue) = 69+136+110=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #45886E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45886E is #BA7791. Grayscale: #717171. Windows color (decimal): -12220306 or 7243845. OLE color: 7243845.

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

Color convert

RGB 69 136 110 -
CMYK 0.49 0 0.19 0.47
HSL 156.72º 0.33% 0.4% -
HSV(B) 156.72º 0.49% 0.53% -
XYZ 14.07 20 17.87 -
YUV 113 126.3 96.61 -
System Red Green Blue C M Y K H S L
Decimal 69 136 110 0.49 0 0.19 0.47 156.72 0.33 0.4
Hex 45 88 6E 31 0 13 2F 9D 21 28
Octal 105 210 156 61 0 23 57 235 41 50
Binary 1000101 10001000 1101110 110001 0 10011 101111 10011101 100001 101000

Color Harmonies of #45886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45886E

Black with #45886E

Text Example


Text Example

White with #45886E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45886E; }

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

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

background-color css

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

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

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

border-color css

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

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

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