Html Css Color HEX #448169 Viridian

📋 copy color: '#448169'

red 68 ◦ green 129 ◦ blue 105

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

Shades of Viridian #448169

Tints of Viridian #448169

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.72%

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

R = 22.52%
G = 42.72%
B = 34.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#448169 (or 0x448169) is known color: Viridian. HEX triplet: 44, 81 and 69. RGB value is (68,129,105). Sum of RGB (Red+Green+Blue) = 68+129+105=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 129 - color contains mainly: green. Hex color #448169 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448169 is #BB7E96. Grayscale: #6C6C6C. Windows color (decimal): -12287639 or 6914372. OLE color: 6914372.

HSL color Cylindrical-coordinate representation of color #448169: hue angle of 156.39º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #448169 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 129 105 -
CMYK 0.47 0 0.19 0.49
HSL 156.39º 0.31% 0.39% -
HSV(B) 156.39º 0.47% 0.51% -
XYZ 12.78 17.95 16.16 -
YUV 108.03 126.29 99.45 -
System Red Green Blue C M Y K H S L
Decimal 68 129 105 0.47 0 0.19 0.49 156.39 0.31 0.39
Hex 44 81 69 2F 0 13 31 9C 1F 27
Octal 104 201 151 57 0 23 61 234 37 47
Binary 1000100 10000001 1101001 101111 0 10011 110001 10011100 11111 100111

Color Harmonies of #448169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448169

Black with #448169

Text Example


Text Example

White with #448169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448169; }

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

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

background-color css

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

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

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

border-color css

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

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

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