Html Css Color HEX #448175 Viridian

📋 copy color: '#448175'

red 68 ◦ green 129 ◦ blue 117

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

Shades of Viridian #448175

Tints of Viridian #448175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.26%

R = 21.66%
G = 41.08%
B = 37.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#448175 (or 0x448175) is known color: Viridian. HEX triplet: 44, 81 and 75. RGB value is (68,129,117). Sum of RGB (Red+Green+Blue) = 68+129+117=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #448175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448175 is #BB7E8A. Grayscale: #6D6D6D. Windows color (decimal): -12287627 or 7700804. OLE color: 7700804.

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

Color convert

RGB 68 129 117 -
CMYK 0.47 0 0.09 0.49
HSL 168.2º 0.31% 0.39% -
HSV(B) 168.2º 0.47% 0.51% -
XYZ 13.45 18.21 19.64 -
YUV 109.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 68 129 117 0.47 0 0.09 0.49 168.2 0.31 0.39
Hex 44 81 75 2F 0 9 31 A8 1F 27
Octal 104 201 165 57 0 11 61 250 37 47
Binary 1000100 10000001 1110101 101111 0 1001 110001 10101000 11111 100111

Color Harmonies of #448175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448175

Black with #448175

Text Example


Text Example

White with #448175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448175; }

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

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

background-color css

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

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

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

border-color css

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

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

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