Html Css Color HEX #446233 Dell

📋 copy color: '#446233'

red 68 ◦ green 98 ◦ blue 51

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

Shades of Dell #446233

Tints of Dell #446233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.5%

R = 31.34%
G = 45.16%
B = 23.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#446233 (or 0x446233) is known color: Dell. HEX triplet: 44, 62 and 33. RGB value is (68,98,51). Sum of RGB (Red+Green+Blue) = 68+98+51=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #446233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446233 is #BB9DCC. Grayscale: #535353. Windows color (decimal): -12295629 or 3367492. OLE color: 3367492.

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

Color convert

RGB 68 98 51 -
CMYK 0.31 0 0.48 0.62
HSL 98.3º 0.32% 0.29% -
HSV(B) 98.3º 0.48% 0.38% -
XYZ 7.35 10.2 4.71 -
YUV 83.67 109.56 116.82 -
System Red Green Blue C M Y K H S L
Decimal 68 98 51 0.31 0 0.48 0.62 98.3 0.32 0.29
Hex 44 62 33 1F 0 30 3E 62 20 1D
Octal 104 142 63 37 0 60 76 142 40 35
Binary 1000100 1100010 110011 11111 0 110000 111110 1100010 100000 11101

Color Harmonies of #446233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446233

Black with #446233

Text Example


Text Example

White with #446233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446233; }

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

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

background-color css

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

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

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

border-color css

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

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

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