Html Css Color HEX #45876D Viridian

📋 copy color: '#45876D'

red 69 ◦ green 135 ◦ blue 109

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

Shades of Viridian #45876D

Tints of Viridian #45876D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.82%

R = 22.04%
G = 43.13%
B = 34.82%

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

#45876D (or 0x45876D) is known color: Viridian. HEX triplet: 45, 87 and 6D. RGB value is (69,135,109). Sum of RGB (Red+Green+Blue) = 69+135+109=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 135 - color contains mainly: green. Hex color #45876D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45876D is #BA7892. Grayscale: #707070. Windows color (decimal): -12220563 or 7178053. OLE color: 7178053.

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

Color convert

RGB 69 135 109 -
CMYK 0.49 0 0.19 0.47
HSL 156.36º 0.32% 0.4% -
HSV(B) 156.36º 0.49% 0.53% -
XYZ 13.88 19.7 17.54 -
YUV 112.3 126.13 97.11 -
System Red Green Blue C M Y K H S L
Decimal 69 135 109 0.49 0 0.19 0.47 156.36 0.32 0.4
Hex 45 87 6D 31 0 13 2F 9C 20 28
Octal 105 207 155 61 0 23 57 234 40 50
Binary 1000101 10000111 1101101 110001 0 10011 101111 10011100 100000 101000

Color Harmonies of #45876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45876D

Black with #45876D

Text Example


Text Example

White with #45876D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45876D; }

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

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

background-color css

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

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

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

border-color css

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

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

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