Html Css Color HEX #446455 Viridian Green

📋 copy color: '#446455'

red 68 ◦ green 100 ◦ blue 85

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

Shades of Viridian Green #446455

Tints of Viridian Green #446455

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.53%

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

R = 26.88%
G = 39.53%
B = 33.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#446455 (or 0x446455) is known color: Viridian Green. HEX triplet: 44, 64 and 55. RGB value is (68,100,85). Sum of RGB (Red+Green+Blue) = 68+100+85=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 100 - color contains mainly: green. Hex color #446455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446455 is #BB9BAA. Grayscale: #585858. Windows color (decimal): -12295083 or 5596228. OLE color: 5596228.

HSL color Cylindrical-coordinate representation of color #446455: hue angle of 151.88º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #446455 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 100 85 -
CMYK 0.32 0 0.15 0.61
HSL 151.88º 0.19% 0.33% -
HSV(B) 151.88º 0.32% 0.39% -
XYZ 8.58 11 10.27 -
YUV 88.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 68 100 85 0.32 0 0.15 0.61 151.88 0.19 0.33
Hex 44 64 55 20 0 F 3D 98 13 21
Octal 104 144 125 40 0 17 75 230 23 41
Binary 1000100 1100100 1010101 100000 0 1111 111101 10011000 10011 100001

Color Harmonies of #446455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446455

Black with #446455

Text Example


Text Example

White with #446455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446455; }

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

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

background-color css

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

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

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

border-color css

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

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

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