Html Css Color HEX #448D6B Viridian

📋 copy color: '#448D6B'

red 68 ◦ green 141 ◦ blue 107

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

Shades of Viridian #448D6B

Tints of Viridian #448D6B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.62%

 BLUE value IS 107 (42.19% from 255) = 33.86%

R = 21.52%
G = 44.62%
B = 33.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#448D6B (or 0x448D6B) is known color: Viridian. HEX triplet: 44, 8D and 6B. RGB value is (68,141,107). Sum of RGB (Red+Green+Blue) = 68+141+107=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 141 - color contains mainly: green. Hex color #448D6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448D6B is #BB7294. Grayscale: #737373. Windows color (decimal): -12284565 or 7048516. OLE color: 7048516.

HSL color Cylindrical-coordinate representation of color #448D6B: hue angle of 152.05º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448D6B is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 141 107 -
CMYK 0.52 0 0.24 0.45
HSL 152.05º 0.35% 0.41% -
HSV(B) 152.05º 0.52% 0.55% -
XYZ 14.56 21.34 17.26 -
YUV 115.3 123.32 94.26 -
System Red Green Blue C M Y K H S L
Decimal 68 141 107 0.52 0 0.24 0.45 152.05 0.35 0.41
Hex 44 8D 6B 34 0 18 2D 98 23 29
Octal 104 215 153 64 0 30 55 230 43 51
Binary 1000100 10001101 1101011 110100 0 11000 101101 10011000 100011 101001

Color Harmonies of #448D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448D6B

Black with #448D6B

Text Example


Text Example

White with #448D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448D6B; }

 p { color: rgb(68,141,107); }

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

background-color css

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

 a { background-color: rgb(68,141,107); }

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

border-color css

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

 span { border-color: rgb(68,141,107); }

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