Html Css Color HEX #445F52 Viridian Green

📋 copy color: '#445F52'

red 68 ◦ green 95 ◦ blue 82

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

Shades of Viridian Green #445F52

Tints of Viridian Green #445F52

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.78%

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

R = 27.76%
G = 38.78%
B = 33.47%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.63

RGB Variations

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

Color information

#445F52 (or 0x445F52) is known color: Viridian Green. HEX triplet: 44, 5F and 52. RGB value is (68,95,82). Sum of RGB (Red+Green+Blue) = 68+95+82=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 95 - color contains mainly: green. Hex color #445F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F52 is #BBA0AD. Grayscale: #555555. Windows color (decimal): -12296366 or 5398340. OLE color: 5398340.

HSL color Cylindrical-coordinate representation of color #445F52: hue angle of 151.11º degrees, saturation: 0.17, 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 #445F52 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB 68 95 82 -
CMYK 0.28 0 0.14 0.63
HSL 151.11º 0.17% 0.32% -
HSV(B) 151.11º 0.28% 0.37% -
XYZ 8 10.02 9.5 -
YUV 85.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 68 95 82 0.28 0 0.14 0.63 151.11 0.17 0.32
Hex 44 5F 52 1C 0 E 3F 97 11 20
Octal 104 137 122 34 0 16 77 227 21 40
Binary 1000100 1011111 1010010 11100 0 1110 111111 10010111 10001 100000

Color Harmonies of #445F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445F52

Black with #445F52

Text Example


Text Example

White with #445F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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