Html Css Color HEX #448565 Viridian

📋 copy color: '#448565'

red 68 ◦ green 133 ◦ blue 101

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

Shades of Viridian #448565

Tints of Viridian #448565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.04%

 BLUE value IS 101 (39.84% from 255) = 33.44%

R = 22.52%
G = 44.04%
B = 33.44%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#448565 (or 0x448565) is known color: Viridian. HEX triplet: 44, 85 and 65. RGB value is (68,133,101). Sum of RGB (Red+Green+Blue) = 68+133+101=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #448565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448565 is #BB7A9A. Grayscale: #6D6D6D. Windows color (decimal): -12286619 or 6653252. OLE color: 6653252.

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

Color convert

RGB 68 133 101 -
CMYK 0.49 0 0.24 0.48
HSL 150.46º 0.32% 0.39% -
HSV(B) 150.46º 0.49% 0.52% -
XYZ 13.12 18.94 15.28 -
YUV 109.92 122.97 98.1 -
System Red Green Blue C M Y K H S L
Decimal 68 133 101 0.49 0 0.24 0.48 150.46 0.32 0.39
Hex 44 85 65 31 0 18 30 96 20 27
Octal 104 205 145 61 0 30 60 226 40 47
Binary 1000100 10000101 1100101 110001 0 11000 110000 10010110 100000 100111

Color Harmonies of #448565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448565

Black with #448565

Text Example


Text Example

White with #448565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448565; }

 p { color: rgb(68,133,101); }

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

background-color css

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

 a { background-color: rgb(68,133,101); }

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

border-color css

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

 span { border-color: rgb(68,133,101); }

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