Html Css Color HEX #446126 Dell

📋 copy color: '#446126'

red 68 ◦ green 97 ◦ blue 38

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

Shades of Dell #446126

Tints of Dell #446126

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.78%

 BLUE value IS 38 (15.23% from 255) = 18.72%

R = 33.5%
G = 47.78%
B = 18.72%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#446126 (or 0x446126) is known color: Dell. HEX triplet: 44, 61 and 26. RGB value is (68,97,38). Sum of RGB (Red+Green+Blue) = 68+97+38=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #446126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446126 is #BB9ED9. Grayscale: #515151. Windows color (decimal): -12295898 or 2515268. OLE color: 2515268.

HSL color Cylindrical-coordinate representation of color #446126: hue angle of 89.49º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #446126 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 97 38 -
CMYK 0.30 0 0.61 0.62
HSL 89.49º 0.44% 0.26% -
HSV(B) 89.49º 0.61% 0.38% -
XYZ 7.01 9.92 3.38 -
YUV 81.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 68 97 38 0.30 0 0.61 0.62 89.49 0.44 0.26
Hex 44 61 26 1E 0 3D 3E 59 2C 1A
Octal 104 141 46 36 0 75 76 131 54 32
Binary 1000100 1100001 100110 11110 0 111101 111110 1011001 101100 11010

Color Harmonies of #446126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446126

Black with #446126

Text Example


Text Example

White with #446126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446126; }

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

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

background-color css

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

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

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

border-color css

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

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

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