Html Css Color HEX #446527 Dell

📋 copy color: '#446527'

red 68 ◦ green 101 ◦ blue 39

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

Shades of Dell #446527

Tints of Dell #446527

RGB

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

 GREEN value IS 101 (39.84% from 255) = 48.56%

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

R = 32.69%
G = 48.56%
B = 18.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.61

 K value IS 0.60

RGB Variations

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

Color information

#446527 (or 0x446527) is known color: Dell. HEX triplet: 44, 65 and 27. RGB value is (68,101,39). Sum of RGB (Red+Green+Blue) = 68+101+39=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 101 (39.84% from 255 or 48.56% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 101 - color contains mainly: green. Hex color #446527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446527 is #BB9AD8. Grayscale: #545454. Windows color (decimal): -12294873 or 2581828. OLE color: 2581828.

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

Color convert

RGB 68 101 39 -
CMYK 0.33 0 0.61 0.60
HSL 91.94º 0.44% 0.27% -
HSV(B) 91.94º 0.61% 0.4% -
XYZ 7.4 10.68 3.59 -
YUV 84.07 102.57 116.54 -
System Red Green Blue C M Y K H S L
Decimal 68 101 39 0.33 0 0.61 0.60 91.94 0.44 0.27
Hex 44 65 27 21 0 3D 3C 5C 2C 1B
Octal 104 145 47 41 0 75 74 134 54 33
Binary 1000100 1100101 100111 100001 0 111101 111100 1011100 101100 11011

Color Harmonies of #446527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446527

Black with #446527

Text Example


Text Example

White with #446527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446527; }

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

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

background-color css

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

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

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

border-color css

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

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

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