Html Css Color HEX #448575 Viridian

📋 copy color: '#448575'

red 68 ◦ green 133 ◦ blue 117

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

Shades of Viridian #448575

Tints of Viridian #448575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.82%

 BLUE value IS 117 (46.09% from 255) = 36.79%

R = 21.38%
G = 41.82%
B = 36.79%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#448575 (or 0x448575) is known color: Viridian. HEX triplet: 44, 85 and 75. RGB value is (68,133,117). Sum of RGB (Red+Green+Blue) = 68+133+117=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #448575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448575 is #BB7A8A. Grayscale: #6F6F6F. Windows color (decimal): -12286603 or 7701828. OLE color: 7701828.

HSL color Cylindrical-coordinate representation of color #448575: hue angle of 165.23º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #448575 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 133 117 -
CMYK 0.49 0 0.12 0.48
HSL 165.23º 0.32% 0.39% -
HSV(B) 165.23º 0.49% 0.52% -
XYZ 13.98 19.29 19.82 -
YUV 111.74 130.97 96.8 -
System Red Green Blue C M Y K H S L
Decimal 68 133 117 0.49 0 0.12 0.48 165.23 0.32 0.39
Hex 44 85 75 31 0 C 30 A5 20 27
Octal 104 205 165 61 0 14 60 245 40 47
Binary 1000100 10000101 1110101 110001 0 1100 110000 10100101 100000 100111

Color Harmonies of #448575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448575

Black with #448575

Text Example


Text Example

White with #448575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448575; }

 p { color: rgb(68,133,117); }

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

background-color css

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

 a { background-color: rgb(68,133,117); }

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

border-color css

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

 span { border-color: rgb(68,133,117); }

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