Html Css Color HEX #446352 Viridian Green

📋 copy color: '#446352'

red 68 ◦ green 99 ◦ blue 82

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

Shades of Viridian Green #446352

Tints of Viridian Green #446352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.76%

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

R = 27.31%
G = 39.76%
B = 32.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#446352 (or 0x446352) is known color: Viridian Green. HEX triplet: 44, 63 and 52. RGB value is (68,99,82). Sum of RGB (Red+Green+Blue) = 68+99+82=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 99 - color contains mainly: green. Hex color #446352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446352 is #BB9CAD. Grayscale: #575757. Windows color (decimal): -12295342 or 5399364. OLE color: 5399364.

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

Color convert

RGB 68 99 82 -
CMYK 0.31 0 0.17 0.61
HSL 147.1º 0.19% 0.33% -
HSV(B) 147.1º 0.31% 0.39% -
XYZ 8.37 10.76 9.62 -
YUV 87.79 124.73 113.88 -
System Red Green Blue C M Y K H S L
Decimal 68 99 82 0.31 0 0.17 0.61 147.1 0.19 0.33
Hex 44 63 52 1F 0 11 3D 93 13 21
Octal 104 143 122 37 0 21 75 223 23 41
Binary 1000100 1100011 1010010 11111 0 10001 111101 10010011 10011 100001

Color Harmonies of #446352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446352

Black with #446352

Text Example


Text Example

White with #446352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446352; }

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

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

background-color css

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

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

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

border-color css

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

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

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