Html Css Color HEX #448C74 Viridian

📋 copy color: '#448C74'

red 68 ◦ green 140 ◦ blue 116

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

Shades of Viridian #448C74

Tints of Viridian #448C74

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.21%

 BLUE value IS 116 (45.7% from 255) = 35.8%

R = 20.99%
G = 43.21%
B = 35.8%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#448C74 (or 0x448C74) is known color: Viridian. HEX triplet: 44, 8C and 74. RGB value is (68,140,116). Sum of RGB (Red+Green+Blue) = 68+140+116=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 140 - color contains mainly: green. Hex color #448C74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448C74 is #BB738B. Grayscale: #737373. Windows color (decimal): -12284812 or 7638084. OLE color: 7638084.

HSL color Cylindrical-coordinate representation of color #448C74: hue angle of 160º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448C74 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 140 116 -
CMYK 0.51 0 0.17 0.45
HSL 160º 0.35% 0.41% -
HSV(B) 160º 0.51% 0.55% -
XYZ 14.91 21.25 19.84 -
YUV 115.74 128.15 93.95 -
System Red Green Blue C M Y K H S L
Decimal 68 140 116 0.51 0 0.17 0.45 160 0.35 0.41
Hex 44 8C 74 33 0 11 2D A0 23 29
Octal 104 214 164 63 0 21 55 240 43 51
Binary 1000100 10001100 1110100 110011 0 10001 101101 10100000 100011 101001

Color Harmonies of #448C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448C74

Black with #448C74

Text Example


Text Example

White with #448C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448C74; }

 p { color: rgb(68,140,116); }

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

background-color css

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

 a { background-color: rgb(68,140,116); }

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

border-color css

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

 span { border-color: rgb(68,140,116); }

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