Html Css Color HEX #448865 Viridian

📋 copy color: '#448865'

red 68 ◦ green 136 ◦ blue 101

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

Shades of Viridian #448865

Tints of Viridian #448865

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.59%

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

R = 22.3%
G = 44.59%
B = 33.11%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#448865 (or 0x448865) is known color: Viridian. HEX triplet: 44, 88 and 65. RGB value is (68,136,101). Sum of RGB (Red+Green+Blue) = 68+136+101=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #448865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448865 is #BB779A. Grayscale: #6F6F6F. Windows color (decimal): -12285851 or 6654020. OLE color: 6654020.

HSL color Cylindrical-coordinate representation of color #448865: hue angle of 149.12º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448865 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 136 101 -
CMYK 0.50 0 0.26 0.47
HSL 149.12º 0.33% 0.4% -
HSV(B) 149.12º 0.5% 0.53% -
XYZ 13.54 19.78 15.42 -
YUV 111.68 121.97 96.85 -
System Red Green Blue C M Y K H S L
Decimal 68 136 101 0.50 0 0.26 0.47 149.12 0.33 0.4
Hex 44 88 65 32 0 1A 2F 95 21 28
Octal 104 210 145 62 0 32 57 225 41 50
Binary 1000100 10001000 1100101 110010 0 11010 101111 10010101 100001 101000

Color Harmonies of #448865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448865

Black with #448865

Text Example


Text Example

White with #448865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448865; }

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

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

background-color css

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

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

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

border-color css

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

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

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