Html Css Color HEX #446052 Viridian Green

📋 copy color: '#446052'

red 68 ◦ green 96 ◦ blue 82

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

Shades of Viridian Green #446052

Tints of Viridian Green #446052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.33%

R = 27.64%
G = 39.02%
B = 33.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#446052 (or 0x446052) is known color: Viridian Green. HEX triplet: 44, 60 and 52. RGB value is (68,96,82). Sum of RGB (Red+Green+Blue) = 68+96+82=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 96 - color contains mainly: green. Hex color #446052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446052 is #BB9FAD. Grayscale: #565656. Windows color (decimal): -12296110 or 5398596. OLE color: 5398596.

HSL color Cylindrical-coordinate representation of color #446052: hue angle of 150º 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 #446052 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 96 82 -
CMYK 0.29 0 0.15 0.62
HSL 150º 0.17% 0.32% -
HSV(B) 150º 0.29% 0.38% -
XYZ 8.09 10.2 9.53 -
YUV 86.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 68 96 82 0.29 0 0.15 0.62 150 0.17 0.32
Hex 44 60 52 1D 0 F 3E 96 11 20
Octal 104 140 122 35 0 17 76 226 21 40
Binary 1000100 1100000 1010010 11101 0 1111 111110 10010110 10001 100000

Color Harmonies of #446052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446052

Black with #446052

Text Example


Text Example

White with #446052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446052; }

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

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

background-color css

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

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

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

border-color css

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

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

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