Html Css Color HEX #448067 Viridian

📋 copy color: '#448067'

red 68 ◦ green 128 ◦ blue 103

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

Shades of Viridian #448067

Tints of Viridian #448067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.45%

R = 22.74%
G = 42.81%
B = 34.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#448067 (or 0x448067) is known color: Viridian. HEX triplet: 44, 80 and 67. RGB value is (68,128,103). Sum of RGB (Red+Green+Blue) = 68+128+103=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 128 - color contains mainly: green. Hex color #448067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448067 is #BB7F98. Grayscale: #6B6B6B. Windows color (decimal): -12287897 or 6783044. OLE color: 6783044.

HSL color Cylindrical-coordinate representation of color #448067: hue angle of 155º 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 #448067 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 128 103 -
CMYK 0.47 0 0.20 0.50
HSL 155º 0.31% 0.38% -
HSV(B) 155º 0.47% 0.5% -
XYZ 12.55 17.65 15.58 -
YUV 107.21 125.62 100.03 -
System Red Green Blue C M Y K H S L
Decimal 68 128 103 0.47 0 0.20 0.50 155 0.31 0.38
Hex 44 80 67 2F 0 14 32 9B 1F 26
Octal 104 200 147 57 0 24 62 233 37 46
Binary 1000100 10000000 1100111 101111 0 10100 110010 10011011 11111 100110

Color Harmonies of #448067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448067

Black with #448067

Text Example


Text Example

White with #448067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448067; }

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

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

background-color css

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

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

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

border-color css

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

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

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