Html Css Color HEX #44712B Dell

📋 copy color: '#44712B'

red 68 ◦ green 113 ◦ blue 43

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

Shades of Dell #44712B

Tints of Dell #44712B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50.45%

 BLUE value IS 43 (17.19% from 255) = 19.2%

R = 30.36%
G = 50.45%
B = 19.2%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#44712B (or 0x44712B) is known color: Dell. HEX triplet: 44, 71 and 2B. RGB value is (68,113,43). Sum of RGB (Red+Green+Blue) = 68+113+43=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #44712B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44712B is #BB8ED4. Grayscale: #5B5B5B. Windows color (decimal): -12291797 or 2847044. OLE color: 2847044.

HSL color Cylindrical-coordinate representation of color #44712B: hue angle of 98.57º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44712B is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 113 43 -
CMYK 0.40 0 0.62 0.56
HSL 98.57º 0.45% 0.31% -
HSV(B) 98.57º 0.62% 0.44% -
XYZ 8.73 13.21 4.38 -
YUV 91.57 100.59 111.19 -
System Red Green Blue C M Y K H S L
Decimal 68 113 43 0.40 0 0.62 0.56 98.57 0.45 0.31
Hex 44 71 2B 28 0 3E 38 63 2D 1F
Octal 104 161 53 50 0 76 70 143 55 37
Binary 1000100 1110001 101011 101000 0 111110 111000 1100011 101101 11111

Color Harmonies of #44712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44712B

Black with #44712B

Text Example


Text Example

White with #44712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44712B; }

 p { color: rgb(68,113,43); }

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

background-color css

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

 a { background-color: rgb(68,113,43); }

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

border-color css

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

 span { border-color: rgb(68,113,43); }

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