Html Css Color HEX #448261 Como

📋 copy color: '#448261'

red 68 ◦ green 130 ◦ blue 97

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

Shades of Como #448261

Tints of Como #448261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.07%

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

R = 23.05%
G = 44.07%
B = 32.88%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#448261 (or 0x448261) is known color: Como. HEX triplet: 44, 82 and 61. RGB value is (68,130,97). Sum of RGB (Red+Green+Blue) = 68+130+97=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #448261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448261 is #BB7D9E. Grayscale: #6B6B6B. Windows color (decimal): -12287391 or 6390340. OLE color: 6390340.

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

Color convert

RGB 68 130 97 -
CMYK 0.48 0 0.25 0.49
HSL 148.06º 0.31% 0.39% -
HSV(B) 148.06º 0.48% 0.51% -
XYZ 12.52 18.06 14.13 -
YUV 107.7 121.96 99.68 -
System Red Green Blue C M Y K H S L
Decimal 68 130 97 0.48 0 0.25 0.49 148.06 0.31 0.39
Hex 44 82 61 30 0 19 31 94 1F 27
Octal 104 202 141 60 0 31 61 224 37 47
Binary 1000100 10000010 1100001 110000 0 11001 110001 10010100 11111 100111

Color Harmonies of #448261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448261

Black with #448261

Text Example


Text Example

White with #448261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448261; }

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

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

background-color css

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

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

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

border-color css

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

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

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