Html Css Color HEX #448774 Viridian

📋 copy color: '#448774'

red 68 ◦ green 135 ◦ blue 116

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

Shades of Viridian #448774

Tints of Viridian #448774

RGB

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

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

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

R = 21.32%
G = 42.32%
B = 36.36%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#448774 (or 0x448774) is known color: Viridian. HEX triplet: 44, 87 and 74. RGB value is (68,135,116). Sum of RGB (Red+Green+Blue) = 68+135+116=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #448774 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448774 is #BB788B. Grayscale: #707070. Windows color (decimal): -12286092 or 7636804. OLE color: 7636804.

HSL color Cylindrical-coordinate representation of color #448774: hue angle of 162.99º 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 #448774 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 135 116 -
CMYK 0.50 0 0.14 0.47
HSL 162.99º 0.33% 0.4% -
HSV(B) 162.99º 0.5% 0.53% -
XYZ 14.2 19.82 19.6 -
YUV 112.8 129.8 96.04 -
System Red Green Blue C M Y K H S L
Decimal 68 135 116 0.50 0 0.14 0.47 162.99 0.33 0.4
Hex 44 87 74 32 0 E 2F A3 21 28
Octal 104 207 164 62 0 16 57 243 41 50
Binary 1000100 10000111 1110100 110010 0 1110 101111 10100011 100001 101000

Color Harmonies of #448774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448774

Black with #448774

Text Example


Text Example

White with #448774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448774; }

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

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

background-color css

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

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

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

border-color css

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

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

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