Html Css Color HEX #448A6E Viridian

📋 copy color: '#448A6E'

red 68 ◦ green 138 ◦ blue 110

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

Shades of Viridian #448A6E

Tints of Viridian #448A6E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.67%

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

R = 21.52%
G = 43.67%
B = 34.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#448A6E (or 0x448A6E) is known color: Viridian. HEX triplet: 44, 8A and 6E. RGB value is (68,138,110). Sum of RGB (Red+Green+Blue) = 68+138+110=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 138 - color contains mainly: green. Hex color #448A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448A6E is #BB7591. Grayscale: #717171. Windows color (decimal): -12285330 or 7244356. OLE color: 7244356.

HSL color Cylindrical-coordinate representation of color #448A6E: hue angle of 156º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448A6E is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 138 110 -
CMYK 0.51 0 0.20 0.46
HSL 156º 0.34% 0.4% -
HSV(B) 156º 0.51% 0.54% -
XYZ 14.29 20.53 17.96 -
YUV 113.88 125.81 95.28 -
System Red Green Blue C M Y K H S L
Decimal 68 138 110 0.51 0 0.20 0.46 156 0.34 0.4
Hex 44 8A 6E 33 0 14 2E 9C 22 28
Octal 104 212 156 63 0 24 56 234 42 50
Binary 1000100 10001010 1101110 110011 0 10100 101110 10011100 100010 101000

Color Harmonies of #448A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448A6E

Black with #448A6E

Text Example


Text Example

White with #448A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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