Html Css Color HEX #45856F Viridian

📋 copy color: '#45856F'

red 69 ◦ green 133 ◦ blue 111

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

Shades of Viridian #45856F

Tints of Viridian #45856F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.49%

 BLUE value IS 111 (43.75% from 255) = 35.46%

R = 22.04%
G = 42.49%
B = 35.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#45856F (or 0x45856F) is known color: Viridian. HEX triplet: 45, 85 and 6F. RGB value is (69,133,111). Sum of RGB (Red+Green+Blue) = 69+133+111=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 133 - color contains mainly: green. Hex color #45856F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45856F is #BA7A90. Grayscale: #6F6F6F. Windows color (decimal): -12221073 or 7308613. OLE color: 7308613.

HSL color Cylindrical-coordinate representation of color #45856F: hue angle of 159.38º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #45856F is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 133 111 -
CMYK 0.48 0 0.17 0.48
HSL 159.38º 0.32% 0.4% -
HSV(B) 159.38º 0.48% 0.52% -
XYZ 13.71 19.19 18.02 -
YUV 111.36 127.8 97.79 -
System Red Green Blue C M Y K H S L
Decimal 69 133 111 0.48 0 0.17 0.48 159.38 0.32 0.4
Hex 45 85 6F 30 0 11 30 9F 20 28
Octal 105 205 157 60 0 21 60 237 40 50
Binary 1000101 10000101 1101111 110000 0 10001 110000 10011111 100000 101000

Color Harmonies of #45856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45856F

Black with #45856F

Text Example


Text Example

White with #45856F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45856F; }

 p { color: rgb(69,133,111); }

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

background-color css

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

 a { background-color: rgb(69,133,111); }

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

border-color css

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

 span { border-color: rgb(69,133,111); }

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