Html Css Color HEX #445E52 Viridian Green

📋 copy color: '#445E52'

red 68 ◦ green 94 ◦ blue 82

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

Shades of Viridian Green #445E52

Tints of Viridian Green #445E52

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.52%

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

R = 27.87%
G = 38.52%
B = 33.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.63

RGB Variations

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

Color information

#445E52 (or 0x445E52) is known color: Viridian Green. HEX triplet: 44, 5E and 52. RGB value is (68,94,82). Sum of RGB (Red+Green+Blue) = 68+94+82=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 94 - color contains mainly: green. Hex color #445E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445E52 is #BBA1AD. Grayscale: #545454. Windows color (decimal): -12296622 or 5398084. OLE color: 5398084.

HSL color Cylindrical-coordinate representation of color #445E52: hue angle of 152.31º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #445E52 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB 68 94 82 -
CMYK 0.28 0 0.13 0.63
HSL 152.31º 0.16% 0.32% -
HSV(B) 152.31º 0.28% 0.37% -
XYZ 7.91 9.84 9.47 -
YUV 84.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 68 94 82 0.28 0 0.13 0.63 152.31 0.16 0.32
Hex 44 5E 52 1C 0 D 3F 98 10 20
Octal 104 136 122 34 0 15 77 230 20 40
Binary 1000100 1011110 1010010 11100 0 1101 111111 10011000 10000 100000

Color Harmonies of #445E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445E52

Black with #445E52

Text Example


Text Example

White with #445E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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