Html Css Color HEX #448065 Viridian

📋 copy color: '#448065'

red 68 ◦ green 128 ◦ blue 101

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

Shades of Viridian #448065

Tints of Viridian #448065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.1%

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

R = 22.9%
G = 43.1%
B = 34.01%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#448065 (or 0x448065) is known color: Viridian. HEX triplet: 44, 80 and 65. RGB value is (68,128,101). Sum of RGB (Red+Green+Blue) = 68+128+101=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 128 - color contains mainly: green. Hex color #448065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448065 is #BB7F9A. Grayscale: #6B6B6B. Windows color (decimal): -12287899 or 6651972. OLE color: 6651972.

HSL color Cylindrical-coordinate representation of color #448065: hue angle of 153º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #448065 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 128 101 -
CMYK 0.47 0 0.21 0.50
HSL 153º 0.31% 0.38% -
HSV(B) 153º 0.47% 0.5% -
XYZ 12.45 17.61 15.05 -
YUV 106.98 124.62 100.2 -
System Red Green Blue C M Y K H S L
Decimal 68 128 101 0.47 0 0.21 0.50 153 0.31 0.38
Hex 44 80 65 2F 0 15 32 99 1F 26
Octal 104 200 145 57 0 25 62 231 37 46
Binary 1000100 10000000 1100101 101111 0 10101 110010 10011001 11111 100110

Color Harmonies of #448065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448065

Black with #448065

Text Example


Text Example

White with #448065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448065; }

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

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

background-color css

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

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

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

border-color css

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

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

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