Html Css Color HEX #446227 Dell

📋 copy color: '#446227'

red 68 ◦ green 98 ◦ blue 39

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

Shades of Dell #446227

Tints of Dell #446227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.02%

R = 33.17%
G = 47.8%
B = 19.02%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#446227 (or 0x446227) is known color: Dell. HEX triplet: 44, 62 and 27. RGB value is (68,98,39). Sum of RGB (Red+Green+Blue) = 68+98+39=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #446227 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446227 is #BB9DD8. Grayscale: #525252. Windows color (decimal): -12295641 or 2581060. OLE color: 2581060.

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

Color convert

RGB 68 98 39 -
CMYK 0.31 0 0.60 0.62
HSL 90.51º 0.43% 0.27% -
HSV(B) 90.51º 0.6% 0.38% -
XYZ 7.12 10.11 3.5 -
YUV 82.3 103.56 117.8 -
System Red Green Blue C M Y K H S L
Decimal 68 98 39 0.31 0 0.60 0.62 90.51 0.43 0.27
Hex 44 62 27 1F 0 3C 3E 5B 2B 1B
Octal 104 142 47 37 0 74 76 133 53 33
Binary 1000100 1100010 100111 11111 0 111100 111110 1011011 101011 11011

Color Harmonies of #446227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446227

Black with #446227

Text Example


Text Example

White with #446227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446227; }

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

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

background-color css

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

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

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

border-color css

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

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

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