Html Css Color HEX #448577 Viridian

📋 copy color: '#448577'

red 68 ◦ green 133 ◦ blue 119

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

Shades of Viridian #448577

Tints of Viridian #448577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.19%

R = 21.25%
G = 41.56%
B = 37.19%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#448577 (or 0x448577) is known color: Viridian. HEX triplet: 44, 85 and 77. RGB value is (68,133,119). Sum of RGB (Red+Green+Blue) = 68+133+119=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #448577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448577 is #BB7A88. Grayscale: #6F6F6F. Windows color (decimal): -12286601 or 7832900. OLE color: 7832900.

HSL color Cylindrical-coordinate representation of color #448577: hue angle of 167.08º 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 #448577 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 133 119 -
CMYK 0.49 0 0.11 0.48
HSL 167.08º 0.32% 0.39% -
HSV(B) 167.08º 0.49% 0.52% -
XYZ 14.1 19.34 20.44 -
YUV 111.97 131.97 96.64 -
System Red Green Blue C M Y K H S L
Decimal 68 133 119 0.49 0 0.11 0.48 167.08 0.32 0.39
Hex 44 85 77 31 0 B 30 A7 20 27
Octal 104 205 167 61 0 13 60 247 40 47
Binary 1000100 10000101 1110111 110001 0 1011 110000 10100111 100000 100111

Color Harmonies of #448577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448577

Black with #448577

Text Example


Text Example

White with #448577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448577; }

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

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

background-color css

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

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

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

border-color css

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

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

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