Html Css Color HEX #448172 Viridian

📋 copy color: '#448172'

red 68 ◦ green 129 ◦ blue 114

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

Shades of Viridian #448172

Tints of Viridian #448172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.66%

R = 21.86%
G = 41.48%
B = 36.66%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#448172 (or 0x448172) is known color: Viridian. HEX triplet: 44, 81 and 72. RGB value is (68,129,114). Sum of RGB (Red+Green+Blue) = 68+129+114=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 129 - color contains mainly: green. Hex color #448172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448172 is #BB7E8D. Grayscale: #6D6D6D. Windows color (decimal): -12287630 or 7504196. OLE color: 7504196.

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

Color convert

RGB 68 129 114 -
CMYK 0.47 0 0.12 0.49
HSL 165.25º 0.31% 0.39% -
HSV(B) 165.25º 0.47% 0.51% -
XYZ 13.27 18.14 18.72 -
YUV 109.05 130.79 98.72 -
System Red Green Blue C M Y K H S L
Decimal 68 129 114 0.47 0 0.12 0.49 165.25 0.31 0.39
Hex 44 81 72 2F 0 C 31 A5 1F 27
Octal 104 201 162 57 0 14 61 245 37 47
Binary 1000100 10000001 1110010 101111 0 1100 110001 10100101 11111 100111

Color Harmonies of #448172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448172

Black with #448172

Text Example


Text Example

White with #448172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448172; }

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

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

background-color css

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

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

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

border-color css

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

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

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