Html Css Color HEX #448B68 Viridian

📋 copy color: '#448B68'

red 68 ◦ green 139 ◦ blue 104

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

Shades of Viridian #448B68

Tints of Viridian #448B68

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.69%

 BLUE value IS 104 (41.02% from 255) = 33.44%

R = 21.86%
G = 44.69%
B = 33.44%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#448B68 (or 0x448B68) is known color: Viridian. HEX triplet: 44, 8B and 68. RGB value is (68,139,104). Sum of RGB (Red+Green+Blue) = 68+139+104=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 139 - color contains mainly: green. Hex color #448B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448B68 is #BB7497. Grayscale: #717171. Windows color (decimal): -12285080 or 6851396. OLE color: 6851396.

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

Color convert

RGB 68 139 104 -
CMYK 0.51 0 0.25 0.45
HSL 150.42º 0.34% 0.41% -
HSV(B) 150.42º 0.51% 0.55% -
XYZ 14.12 20.69 16.35 -
YUV 113.78 122.48 95.35 -
System Red Green Blue C M Y K H S L
Decimal 68 139 104 0.51 0 0.25 0.45 150.42 0.34 0.41
Hex 44 8B 68 33 0 19 2D 96 22 29
Octal 104 213 150 63 0 31 55 226 42 51
Binary 1000100 10001011 1101000 110011 0 11001 101101 10010110 100010 101001

Color Harmonies of #448B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448B68

Black with #448B68

Text Example


Text Example

White with #448B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,139,104); }

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

background-color css

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

 a { background-color: rgb(68,139,104); }

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

border-color css

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

 span { border-color: rgb(68,139,104); }

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