Html Css Color HEX #446133 Dell

📋 copy color: '#446133'

red 68 ◦ green 97 ◦ blue 51

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

Shades of Dell #446133

Tints of Dell #446133

RGB

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

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

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

R = 31.48%
G = 44.91%
B = 23.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#446133 (or 0x446133) is known color: Dell. HEX triplet: 44, 61 and 33. RGB value is (68,97,51). Sum of RGB (Red+Green+Blue) = 68+97+51=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #446133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446133 is #BB9ECC. Grayscale: #535353. Windows color (decimal): -12295885 or 3367236. OLE color: 3367236.

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

Color convert

RGB 68 97 51 -
CMYK 0.30 0 0.47 0.62
HSL 97.83º 0.31% 0.29% -
HSV(B) 97.83º 0.47% 0.38% -
XYZ 7.26 10.02 4.68 -
YUV 83.09 109.89 117.24 -
System Red Green Blue C M Y K H S L
Decimal 68 97 51 0.30 0 0.47 0.62 97.83 0.31 0.29
Hex 44 61 33 1E 0 2F 3E 62 1F 1D
Octal 104 141 63 36 0 57 76 142 37 35
Binary 1000100 1100001 110011 11110 0 101111 111110 1100010 11111 11101

Color Harmonies of #446133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446133

Black with #446133

Text Example


Text Example

White with #446133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446133; }

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

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

background-color css

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

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

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

border-color css

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

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

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