Html Css Color HEX #448778 Viridian

📋 copy color: '#448778'

red 68 ◦ green 135 ◦ blue 120

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

Shades of Viridian #448778

Tints of Viridian #448778

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.8%

 BLUE value IS 120 (47.27% from 255) = 37.15%

R = 21.05%
G = 41.8%
B = 37.15%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#448778 (or 0x448778) is known color: Viridian. HEX triplet: 44, 87 and 78. RGB value is (68,135,120). Sum of RGB (Red+Green+Blue) = 68+135+120=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 135 - color contains mainly: green. Hex color #448778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448778 is #BB7887. Grayscale: #717171. Windows color (decimal): -12286088 or 7898948. OLE color: 7898948.

HSL color Cylindrical-coordinate representation of color #448778: hue angle of 166.57º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448778 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 135 120 -
CMYK 0.50 0 0.11 0.47
HSL 166.57º 0.33% 0.4% -
HSV(B) 166.57º 0.5% 0.53% -
XYZ 14.44 19.91 20.85 -
YUV 113.26 131.8 95.72 -
System Red Green Blue C M Y K H S L
Decimal 68 135 120 0.50 0 0.11 0.47 166.57 0.33 0.4
Hex 44 87 78 32 0 B 2F A7 21 28
Octal 104 207 170 62 0 13 57 247 41 50
Binary 1000100 10000111 1111000 110010 0 1011 101111 10100111 100001 101000

Color Harmonies of #448778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448778

Black with #448778

Text Example


Text Example

White with #448778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448778; }

 p { color: rgb(68,135,120); }

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

background-color css

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

 a { background-color: rgb(68,135,120); }

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

border-color css

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

 span { border-color: rgb(68,135,120); }

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