Html Css Color HEX #448F6E Viridian

📋 copy color: '#448F6E'

red 68 ◦ green 143 ◦ blue 110

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

Shades of Viridian #448F6E

Tints of Viridian #448F6E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.55%

 BLUE value IS 110 (43.36% from 255) = 34.27%

R = 21.18%
G = 44.55%
B = 34.27%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#448F6E (or 0x448F6E) is known color: Viridian. HEX triplet: 44, 8F and 6E. RGB value is (68,143,110). Sum of RGB (Red+Green+Blue) = 68+143+110=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 143 - color contains mainly: green. Hex color #448F6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448F6E is #BB7091. Grayscale: #747474. Windows color (decimal): -12284050 or 7245636. OLE color: 7245636.

HSL color Cylindrical-coordinate representation of color #448F6E: hue angle of 153.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448F6E is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 143 110 -
CMYK 0.52 0 0.23 0.44
HSL 153.6º 0.36% 0.41% -
HSV(B) 153.6º 0.52% 0.56% -
XYZ 15.02 22 18.21 -
YUV 116.81 124.15 93.18 -
System Red Green Blue C M Y K H S L
Decimal 68 143 110 0.52 0 0.23 0.44 153.6 0.36 0.41
Hex 44 8F 6E 34 0 17 2C 9A 24 29
Octal 104 217 156 64 0 27 54 232 44 51
Binary 1000100 10001111 1101110 110100 0 10111 101100 10011010 100100 101001

Color Harmonies of #448F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448F6E

Black with #448F6E

Text Example


Text Example

White with #448F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,143,110); }

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

background-color css

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

 a { background-color: rgb(68,143,110); }

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

border-color css

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

 span { border-color: rgb(68,143,110); }

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