Html Css Color HEX #448474 Viridian

📋 copy color: '#448474'

red 68 ◦ green 132 ◦ blue 116

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

Shades of Viridian #448474

Tints of Viridian #448474

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.77%

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

R = 21.52%
G = 41.77%
B = 36.71%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#448474 (or 0x448474) is known color: Viridian. HEX triplet: 44, 84 and 74. RGB value is (68,132,116). Sum of RGB (Red+Green+Blue) = 68+132+116=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 132 - color contains mainly: green. Hex color #448474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448474 is #BB7B8B. Grayscale: #6F6F6F. Windows color (decimal): -12286860 or 7636036. OLE color: 7636036.

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

Color convert

RGB 68 132 116 -
CMYK 0.48 0 0.12 0.48
HSL 165º 0.32% 0.39% -
HSV(B) 165º 0.48% 0.52% -
XYZ 13.79 18.99 19.46 -
YUV 111.04 130.8 97.3 -
System Red Green Blue C M Y K H S L
Decimal 68 132 116 0.48 0 0.12 0.48 165 0.32 0.39
Hex 44 84 74 30 0 C 30 A5 20 27
Octal 104 204 164 60 0 14 60 245 40 47
Binary 1000100 10000100 1110100 110000 0 1100 110000 10100101 100000 100111

Color Harmonies of #448474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448474

Black with #448474

Text Example


Text Example

White with #448474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448474; }

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

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

background-color css

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

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

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

border-color css

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

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

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