Html Css Color HEX #448465 Viridian

📋 copy color: '#448465'

red 68 ◦ green 132 ◦ blue 101

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

Shades of Viridian #448465

Tints of Viridian #448465

RGB

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

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

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

R = 22.59%
G = 43.85%
B = 33.55%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#448465 (or 0x448465) is known color: Viridian. HEX triplet: 44, 84 and 65. RGB value is (68,132,101). Sum of RGB (Red+Green+Blue) = 68+132+101=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #448465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448465 is #BB7B9A. Grayscale: #6D6D6D. Windows color (decimal): -12286875 or 6652996. OLE color: 6652996.

HSL color Cylindrical-coordinate representation of color #448465: hue angle of 150.94º 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 #448465 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 132 101 -
CMYK 0.48 0 0.23 0.48
HSL 150.94º 0.32% 0.39% -
HSV(B) 150.94º 0.48% 0.52% -
XYZ 12.98 18.67 15.23 -
YUV 109.33 123.3 98.52 -
System Red Green Blue C M Y K H S L
Decimal 68 132 101 0.48 0 0.23 0.48 150.94 0.32 0.39
Hex 44 84 65 30 0 17 30 97 20 27
Octal 104 204 145 60 0 27 60 227 40 47
Binary 1000100 10000100 1100101 110000 0 10111 110000 10010111 100000 100111

Color Harmonies of #448465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448465

Black with #448465

Text Example


Text Example

White with #448465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448465; }

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

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

background-color css

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

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

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

border-color css

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

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

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