Html Css Color HEX #446235 Dell

📋 copy color: '#446235'

red 68 ◦ green 98 ◦ blue 53

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

Shades of Dell #446235

Tints of Dell #446235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.2%

R = 31.05%
G = 44.75%
B = 24.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#446235 (or 0x446235) is known color: Dell. HEX triplet: 44, 62 and 35. RGB value is (68,98,53). Sum of RGB (Red+Green+Blue) = 68+98+53=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 98 - color contains mainly: green. Hex color #446235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446235 is #BB9DCA. Grayscale: #545454. Windows color (decimal): -12295627 or 3498564. OLE color: 3498564.

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

Color convert

RGB 68 98 53 -
CMYK 0.31 0 0.46 0.62
HSL 100º 0.3% 0.3% -
HSV(B) 100º 0.46% 0.38% -
XYZ 7.39 10.22 4.95 -
YUV 83.9 110.56 116.66 -
System Red Green Blue C M Y K H S L
Decimal 68 98 53 0.31 0 0.46 0.62 100 0.3 0.3
Hex 44 62 35 1F 0 2E 3E 64 1E 1E
Octal 104 142 65 37 0 56 76 144 36 36
Binary 1000100 1100010 110101 11111 0 101110 111110 1100100 11110 11110

Color Harmonies of #446235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446235

Black with #446235

Text Example


Text Example

White with #446235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446235; }

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

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

background-color css

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

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

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

border-color css

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

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

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