Html Css Color HEX #448361 Como

📋 copy color: '#448361'

red 68 ◦ green 131 ◦ blue 97

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

Shades of Como #448361

Tints of Como #448361

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.26%

 BLUE value IS 97 (38.28% from 255) = 32.77%

R = 22.97%
G = 44.26%
B = 32.77%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#448361 (or 0x448361) is known color: Como. HEX triplet: 44, 83 and 61. RGB value is (68,131,97). Sum of RGB (Red+Green+Blue) = 68+131+97=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #448361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448361 is #BB7C9E. Grayscale: #6C6C6C. Windows color (decimal): -12287135 or 6390596. OLE color: 6390596.

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

Color convert

RGB 68 131 97 -
CMYK 0.48 0 0.26 0.49
HSL 147.62º 0.32% 0.39% -
HSV(B) 147.62º 0.48% 0.51% -
XYZ 12.66 18.32 14.18 -
YUV 108.29 121.63 99.26 -
System Red Green Blue C M Y K H S L
Decimal 68 131 97 0.48 0 0.26 0.49 147.62 0.32 0.39
Hex 44 83 61 30 0 1A 31 94 20 27
Octal 104 203 141 60 0 32 61 224 40 47
Binary 1000100 10000011 1100001 110000 0 11010 110001 10010100 100000 100111

Color Harmonies of #448361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448361

Black with #448361

Text Example


Text Example

White with #448361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448361; }

 p { color: rgb(68,131,97); }

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

background-color css

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

 a { background-color: rgb(68,131,97); }

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

border-color css

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

 span { border-color: rgb(68,131,97); }

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