Html Css Color HEX #446051 Viridian Green

📋 copy color: '#446051'

red 68 ◦ green 96 ◦ blue 81

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

Shades of Viridian Green #446051

Tints of Viridian Green #446051

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.18%

 BLUE value IS 81 (32.03% from 255) = 33.06%

R = 27.76%
G = 39.18%
B = 33.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#446051 (or 0x446051) is known color: Viridian Green. HEX triplet: 44, 60 and 51. RGB value is (68,96,81). Sum of RGB (Red+Green+Blue) = 68+96+81=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #446051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446051 is #BB9FAE. Grayscale: #555555. Windows color (decimal): -12296111 or 5333060. OLE color: 5333060.

HSL color Cylindrical-coordinate representation of color #446051: hue angle of 147.86º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #446051 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 96 81 -
CMYK 0.29 0 0.16 0.62
HSL 147.86º 0.17% 0.32% -
HSV(B) 147.86º 0.29% 0.38% -
XYZ 8.05 10.19 9.33 -
YUV 85.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 68 96 81 0.29 0 0.16 0.62 147.86 0.17 0.32
Hex 44 60 51 1D 0 10 3E 94 11 20
Octal 104 140 121 35 0 20 76 224 21 40
Binary 1000100 1100000 1010001 11101 0 10000 111110 10010100 10001 100000

Color Harmonies of #446051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446051

Black with #446051

Text Example


Text Example

White with #446051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446051; }

 p { color: rgb(68,96,81); }

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

background-color css

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

 a { background-color: rgb(68,96,81); }

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

border-color css

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

 span { border-color: rgb(68,96,81); }

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