Html Css Color HEX #448964 Viridian

📋 copy color: '#448964'

red 68 ◦ green 137 ◦ blue 100

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

Shades of Viridian #448964

Tints of Viridian #448964

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.92%

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

R = 22.3%
G = 44.92%
B = 32.79%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#448964 (or 0x448964) is known color: Viridian. HEX triplet: 44, 89 and 64. RGB value is (68,137,100). Sum of RGB (Red+Green+Blue) = 68+137+100=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #448964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448964 is #BB769B. Grayscale: #707070. Windows color (decimal): -12285596 or 6588740. OLE color: 6588740.

HSL color Cylindrical-coordinate representation of color #448964: hue angle of 147.83º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448964 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 137 100 -
CMYK 0.50 0 0.27 0.46
HSL 147.83º 0.34% 0.4% -
HSV(B) 147.83º 0.5% 0.54% -
XYZ 13.63 20.04 15.21 -
YUV 112.15 121.14 96.51 -
System Red Green Blue C M Y K H S L
Decimal 68 137 100 0.50 0 0.27 0.46 147.83 0.34 0.4
Hex 44 89 64 32 0 1B 2E 94 22 28
Octal 104 211 144 62 0 33 56 224 42 50
Binary 1000100 10001001 1100100 110010 0 11011 101110 10010100 100010 101000

Color Harmonies of #448964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448964

Black with #448964

Text Example


Text Example

White with #448964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448964; }

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

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

background-color css

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

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

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

border-color css

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

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

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