Html Css Color HEX #445538 Cabbage Pont

📋 copy color: '#445538'

red 68 ◦ green 85 ◦ blue 56

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

Shades of Cabbage Pont #445538

Tints of Cabbage Pont #445538

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.67%

 BLUE value IS 56 (22.27% from 255) = 26.79%

R = 32.54%
G = 40.67%
B = 26.79%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#445538 (or 0x445538) is known color: Cabbage Pont. HEX triplet: 44, 55 and 38. RGB value is (68,85,56). Sum of RGB (Red+Green+Blue) = 68+85+56=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #445538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445538 is #BBAAC7. Grayscale: #4C4C4C. Windows color (decimal): -12298952 or 3691844. OLE color: 3691844.

HSL color Cylindrical-coordinate representation of color #445538: hue angle of 95.17º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #445538 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 85 56 -
CMYK 0.20 0 0.34 0.67
HSL 95.17º 0.21% 0.28% -
HSV(B) 95.17º 0.34% 0.33% -
XYZ 6.35 8.01 4.95 -
YUV 76.61 116.37 121.86 -
System Red Green Blue C M Y K H S L
Decimal 68 85 56 0.20 0 0.34 0.67 95.17 0.21 0.28
Hex 44 55 38 14 0 22 43 5F 15 1C
Octal 104 125 70 24 0 42 103 137 25 34
Binary 1000100 1010101 111000 10100 0 100010 1000011 1011111 10101 11100

Color Harmonies of #445538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445538

Black with #445538

Text Example


Text Example

White with #445538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445538; }

 p { color: rgb(68,85,56); }

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

background-color css

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

 a { background-color: rgb(68,85,56); }

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

border-color css

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

 span { border-color: rgb(68,85,56); }

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