Html Css Color HEX #446B55 Viridian Green

📋 copy color: '#446B55'

red 68 ◦ green 107 ◦ blue 85

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

Shades of Viridian Green #446B55

Tints of Viridian Green #446B55

RGB

 RED value IS 68 (26.95% from 255) = 26.15%

 GREEN value IS 107 (42.19% from 255) = 41.15%

 BLUE value IS 85 (33.59% from 255) = 32.69%

R = 26.15%
G = 41.15%
B = 32.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#446B55 (or 0x446B55) is known color: Viridian Green. HEX triplet: 44, 6B and 55. RGB value is (68,107,85). Sum of RGB (Red+Green+Blue) = 68+107+85=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 107 - color contains mainly: green. Hex color #446B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446B55 is #BB94AA. Grayscale: #5C5C5C. Windows color (decimal): -12293291 or 5598020. OLE color: 5598020.

HSL color Cylindrical-coordinate representation of color #446B55: hue angle of 146.15º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #446B55 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 107 85 -
CMYK 0.36 0 0.21 0.58
HSL 146.15º 0.22% 0.34% -
HSV(B) 146.15º 0.36% 0.42% -
XYZ 9.28 12.4 10.5 -
YUV 92.83 123.58 110.29 -
System Red Green Blue C M Y K H S L
Decimal 68 107 85 0.36 0 0.21 0.58 146.15 0.22 0.34
Hex 44 6B 55 24 0 15 3A 92 16 22
Octal 104 153 125 44 0 25 72 222 26 42
Binary 1000100 1101011 1010101 100100 0 10101 111010 10010010 10110 100010

Color Harmonies of #446B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446B55

Black with #446B55

Text Example


Text Example

White with #446B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446B55; }

 p { color: rgb(68,107,85); }

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

background-color css

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

 a { background-color: rgb(68,107,85); }

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

border-color css

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

 span { border-color: rgb(68,107,85); }

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