Html Css Color HEX #446226 Dell

📋 copy color: '#446226'

red 68 ◦ green 98 ◦ blue 38

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

Shades of Dell #446226

Tints of Dell #446226

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.04%

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

R = 33.33%
G = 48.04%
B = 18.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#446226 (or 0x446226) is known color: Dell. HEX triplet: 44, 62 and 26. RGB value is (68,98,38). Sum of RGB (Red+Green+Blue) = 68+98+38=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 98 - color contains mainly: green. Hex color #446226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446226 is #BB9DD9. Grayscale: #525252. Windows color (decimal): -12295642 or 2515524. OLE color: 2515524.

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

Color convert

RGB 68 98 38 -
CMYK 0.31 0 0.61 0.62
HSL 90º 0.44% 0.27% -
HSV(B) 90º 0.61% 0.38% -
XYZ 7.1 10.1 3.41 -
YUV 82.19 103.06 117.88 -
System Red Green Blue C M Y K H S L
Decimal 68 98 38 0.31 0 0.61 0.62 90 0.44 0.27
Hex 44 62 26 1F 0 3D 3E 5A 2C 1B
Octal 104 142 46 37 0 75 76 132 54 33
Binary 1000100 1100010 100110 11111 0 111101 111110 1011010 101100 11011

Color Harmonies of #446226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446226

Black with #446226

Text Example


Text Example

White with #446226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446226; }

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

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

background-color css

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

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

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

border-color css

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

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

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