Html Css Color HEX #448969 Viridian

📋 copy color: '#448969'

red 68 ◦ green 137 ◦ blue 105

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

Shades of Viridian #448969

Tints of Viridian #448969

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.19%

 BLUE value IS 105 (41.41% from 255) = 33.87%

R = 21.94%
G = 44.19%
B = 33.87%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#448969 (or 0x448969) is known color: Viridian. HEX triplet: 44, 89 and 69. RGB value is (68,137,105). Sum of RGB (Red+Green+Blue) = 68+137+105=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 137 - color contains mainly: green. Hex color #448969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448969 is #BB7696. Grayscale: #707070. Windows color (decimal): -12285591 or 6916420. OLE color: 6916420.

HSL color Cylindrical-coordinate representation of color #448969: hue angle of 152.17º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448969 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 137 105 -
CMYK 0.50 0 0.23 0.46
HSL 152.17º 0.34% 0.4% -
HSV(B) 152.17º 0.5% 0.54% -
XYZ 13.88 20.14 16.52 -
YUV 112.72 123.64 96.1 -
System Red Green Blue C M Y K H S L
Decimal 68 137 105 0.50 0 0.23 0.46 152.17 0.34 0.4
Hex 44 89 69 32 0 17 2E 98 22 28
Octal 104 211 151 62 0 27 56 230 42 50
Binary 1000100 10001001 1101001 110010 0 10111 101110 10011000 100010 101000

Color Harmonies of #448969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448969

Black with #448969

Text Example


Text Example

White with #448969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448969; }

 p { color: rgb(68,137,105); }

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

background-color css

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

 a { background-color: rgb(68,137,105); }

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

border-color css

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

 span { border-color: rgb(68,137,105); }

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