Html Css Color HEX #448068 Viridian

📋 copy color: '#448068'

red 68 ◦ green 128 ◦ blue 104

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

Shades of Viridian #448068

Tints of Viridian #448068

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.67%

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

R = 22.67%
G = 42.67%
B = 34.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#448068 (or 0x448068) is known color: Viridian. HEX triplet: 44, 80 and 68. RGB value is (68,128,104). Sum of RGB (Red+Green+Blue) = 68+128+104=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 128 - color contains mainly: green. Hex color #448068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448068 is #BB7F97. Grayscale: #6B6B6B. Windows color (decimal): -12287896 or 6848580. OLE color: 6848580.

HSL color Cylindrical-coordinate representation of color #448068: hue angle of 156º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #448068 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 128 104 -
CMYK 0.47 0 0.19 0.50
HSL 156º 0.31% 0.38% -
HSV(B) 156º 0.47% 0.5% -
XYZ 12.6 17.67 15.84 -
YUV 107.32 126.12 99.95 -
System Red Green Blue C M Y K H S L
Decimal 68 128 104 0.47 0 0.19 0.50 156 0.31 0.38
Hex 44 80 68 2F 0 13 32 9C 1F 26
Octal 104 200 150 57 0 23 62 234 37 46
Binary 1000100 10000000 1101000 101111 0 10011 110010 10011100 11111 100110

Color Harmonies of #448068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448068

Black with #448068

Text Example


Text Example

White with #448068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448068; }

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

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

background-color css

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

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

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

border-color css

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

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

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