Html Css Color HEX #444F3F Cabbage Pont

📋 copy color: '#444F3F'

red 68 ◦ green 79 ◦ blue 63

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

Shades of Cabbage Pont #444F3F

Tints of Cabbage Pont #444F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30%

R = 32.38%
G = 37.62%
B = 30%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#444F3F (or 0x444F3F) is known color: Cabbage Pont. HEX triplet: 44, 4F and 3F. RGB value is (68,79,63). Sum of RGB (Red+Green+Blue) = 68+79+63=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 79 - color contains mainly: green. Hex color #444F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F3F is #BBB0C0. Grayscale: #494949. Windows color (decimal): -12300481 or 4149060. OLE color: 4149060.

HSL color Cylindrical-coordinate representation of color #444F3F: hue angle of 101.25º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #444F3F is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 79 63 -
CMYK 0.14 0 0.20 0.69
HSL 101.25º 0.11% 0.28% -
HSV(B) 101.25º 0.2% 0.31% -
XYZ 6.08 7.18 5.77 -
YUV 73.89 121.86 123.8 -
System Red Green Blue C M Y K H S L
Decimal 68 79 63 0.14 0 0.20 0.69 101.25 0.11 0.28
Hex 44 4F 3F E 0 14 45 65 B 1C
Octal 104 117 77 16 0 24 105 145 13 34
Binary 1000100 1001111 111111 1110 0 10100 1000101 1100101 1011 11100

Color Harmonies of #444F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444F3F

Black with #444F3F

Text Example


Text Example

White with #444F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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