Html Css Color HEX #448975 Viridian

📋 copy color: '#448975'

red 68 ◦ green 137 ◦ blue 117

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

Shades of Viridian #448975

Tints of Viridian #448975

RGB

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

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

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

R = 21.12%
G = 42.55%
B = 36.34%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#448975 (or 0x448975) is known color: Viridian. HEX triplet: 44, 89 and 75. RGB value is (68,137,117). Sum of RGB (Red+Green+Blue) = 68+137+117=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #448975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448975 is #BB768A. Grayscale: #727272. Windows color (decimal): -12285579 or 7702852. OLE color: 7702852.

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

Color convert

RGB 68 137 117 -
CMYK 0.50 0 0.15 0.46
HSL 162.61º 0.34% 0.4% -
HSV(B) 162.61º 0.5% 0.54% -
XYZ 14.54 20.4 20 -
YUV 114.09 129.64 95.13 -
System Red Green Blue C M Y K H S L
Decimal 68 137 117 0.50 0 0.15 0.46 162.61 0.34 0.4
Hex 44 89 75 32 0 F 2E A3 22 28
Octal 104 211 165 62 0 17 56 243 42 50
Binary 1000100 10001001 1110101 110010 0 1111 101110 10100011 100010 101000

Color Harmonies of #448975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448975

Black with #448975

Text Example


Text Example

White with #448975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448975; }

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

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

background-color css

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

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

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

border-color css

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

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

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