Html Css Color HEX #448360 Como

📋 copy color: '#448360'

red 68 ◦ green 131 ◦ blue 96

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

Shades of Como #448360

Tints of Como #448360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.54%

R = 23.05%
G = 44.41%
B = 32.54%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#448360 (or 0x448360) is known color: Como. HEX triplet: 44, 83 and 60. RGB value is (68,131,96). Sum of RGB (Red+Green+Blue) = 68+131+96=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 131 - color contains mainly: green. Hex color #448360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448360 is #BB7C9F. Grayscale: #6C6C6C. Windows color (decimal): -12287136 or 6325060. OLE color: 6325060.

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

Color convert

RGB 68 131 96 -
CMYK 0.48 0 0.27 0.49
HSL 146.67º 0.32% 0.39% -
HSV(B) 146.67º 0.48% 0.51% -
XYZ 12.61 18.31 13.94 -
YUV 108.17 121.13 99.35 -
System Red Green Blue C M Y K H S L
Decimal 68 131 96 0.48 0 0.27 0.49 146.67 0.32 0.39
Hex 44 83 60 30 0 1B 31 93 20 27
Octal 104 203 140 60 0 33 61 223 40 47
Binary 1000100 10000011 1100000 110000 0 11011 110001 10010011 100000 100111

Color Harmonies of #448360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448360

Black with #448360

Text Example


Text Example

White with #448360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448360; }

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

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

background-color css

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

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

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

border-color css

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

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

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