Html Css Color HEX #444F3D Cabbage Pont

📋 copy color: '#444F3D'

red 68 ◦ green 79 ◦ blue 61

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

Shades of Cabbage Pont #444F3D

Tints of Cabbage Pont #444F3D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.98%

 BLUE value IS 61 (24.22% from 255) = 29.33%

R = 32.69%
G = 37.98%
B = 29.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.69

RGB Variations

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

Color information

#444F3D (or 0x444F3D) is known color: Cabbage Pont. HEX triplet: 44, 4F and 3D. RGB value is (68,79,61). Sum of RGB (Red+Green+Blue) = 68+79+61=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 79 - color contains mainly: green. Hex color #444F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F3D is #BBB0C2. Grayscale: #494949. Windows color (decimal): -12300483 or 4017988. OLE color: 4017988.

HSL color Cylindrical-coordinate representation of color #444F3D: hue angle of 96.67º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #444F3D is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 79 61 -
CMYK 0.14 0 0.23 0.69
HSL 96.67º 0.13% 0.27% -
HSV(B) 96.67º 0.23% 0.31% -
XYZ 6.02 7.16 5.48 -
YUV 73.66 120.86 123.96 -
System Red Green Blue C M Y K H S L
Decimal 68 79 61 0.14 0 0.23 0.69 96.67 0.13 0.27
Hex 44 4F 3D E 0 17 45 61 D 1B
Octal 104 117 75 16 0 27 105 141 15 33
Binary 1000100 1001111 111101 1110 0 10111 1000101 1100001 1101 11011

Color Harmonies of #444F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444F3D

Black with #444F3D

Text Example


Text Example

White with #444F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444F3D; }

 p { color: rgb(68,79,61); }

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

background-color css

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

 a { background-color: rgb(68,79,61); }

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

border-color css

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

 span { border-color: rgb(68,79,61); }

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