Html Css Color HEX #448864 Viridian

📋 copy color: '#448864'

red 68 ◦ green 136 ◦ blue 100

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

Shades of Viridian #448864

Tints of Viridian #448864

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.74%

 BLUE value IS 100 (39.45% from 255) = 32.89%

R = 22.37%
G = 44.74%
B = 32.89%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#448864 (or 0x448864) is known color: Viridian. HEX triplet: 44, 88 and 64. RGB value is (68,136,100). Sum of RGB (Red+Green+Blue) = 68+136+100=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #448864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448864 is #BB779B. Grayscale: #6F6F6F. Windows color (decimal): -12285852 or 6588484. OLE color: 6588484.

HSL color Cylindrical-coordinate representation of color #448864: hue angle of 148.24º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448864 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 136 100 -
CMYK 0.50 0 0.26 0.47
HSL 148.24º 0.33% 0.4% -
HSV(B) 148.24º 0.5% 0.53% -
XYZ 13.49 19.76 15.16 -
YUV 111.56 121.47 96.93 -
System Red Green Blue C M Y K H S L
Decimal 68 136 100 0.50 0 0.26 0.47 148.24 0.33 0.4
Hex 44 88 64 32 0 1A 2F 94 21 28
Octal 104 210 144 62 0 32 57 224 41 50
Binary 1000100 10001000 1100100 110010 0 11010 101111 10010100 100001 101000

Color Harmonies of #448864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448864

Black with #448864

Text Example


Text Example

White with #448864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448864; }

 p { color: rgb(68,136,100); }

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

background-color css

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

 a { background-color: rgb(68,136,100); }

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

border-color css

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

 span { border-color: rgb(68,136,100); }

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