Html Css Color HEX #448464 Viridian

📋 copy color: '#448464'

red 68 ◦ green 132 ◦ blue 100

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

Shades of Viridian #448464

Tints of Viridian #448464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44%

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

R = 22.67%
G = 44%
B = 33.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#448464 (or 0x448464) is known color: Viridian. HEX triplet: 44, 84 and 64. RGB value is (68,132,100). Sum of RGB (Red+Green+Blue) = 68+132+100=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #448464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448464 is #BB7B9B. Grayscale: #6D6D6D. Windows color (decimal): -12286876 or 6587460. OLE color: 6587460.

HSL color Cylindrical-coordinate representation of color #448464: hue angle of 150º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #448464 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 132 100 -
CMYK 0.48 0 0.24 0.48
HSL 150º 0.32% 0.39% -
HSV(B) 150º 0.48% 0.52% -
XYZ 12.94 18.65 14.97 -
YUV 109.22 122.8 98.6 -
System Red Green Blue C M Y K H S L
Decimal 68 132 100 0.48 0 0.24 0.48 150 0.32 0.39
Hex 44 84 64 30 0 18 30 96 20 27
Octal 104 204 144 60 0 30 60 226 40 47
Binary 1000100 10000100 1100100 110000 0 11000 110000 10010110 100000 100111

Color Harmonies of #448464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448464

Black with #448464

Text Example


Text Example

White with #448464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448464; }

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

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

background-color css

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

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

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

border-color css

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

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

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