Html Css Color HEX #446625 Dell

📋 copy color: '#446625'

red 68 ◦ green 102 ◦ blue 37

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

Shades of Dell #446625

Tints of Dell #446625

RGB

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

 GREEN value IS 102 (40.23% from 255) = 49.28%

 BLUE value IS 37 (14.84% from 255) = 17.87%

R = 32.85%
G = 49.28%
B = 17.87%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#446625 (or 0x446625) is known color: Dell. HEX triplet: 44, 66 and 25. RGB value is (68,102,37). Sum of RGB (Red+Green+Blue) = 68+102+37=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #446625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446625 is #BB99DA. Grayscale: #545454. Windows color (decimal): -12294619 or 2451012. OLE color: 2451012.

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

Color convert

RGB 68 102 37 -
CMYK 0.33 0 0.64 0.6
HSL 91.38º 0.47% 0.27% -
HSV(B) 91.38º 0.64% 0.4% -
XYZ 7.47 10.87 3.45 -
YUV 84.42 101.24 116.29 -
System Red Green Blue C M Y K H S L
Decimal 68 102 37 0.33 0 0.64 0.6 91.38 0.47 0.27
Hex 44 66 25 21 0 40 3C 5B 2F 1B
Octal 104 146 45 41 0 100 74 133 57 33
Binary 1000100 1100110 100101 100001 0 1000000 111100 1011011 101111 11011

Color Harmonies of #446625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446625

Black with #446625

Text Example


Text Example

White with #446625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446625; }

 p { color: rgb(68,102,37); }

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

background-color css

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

 a { background-color: rgb(68,102,37); }

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

border-color css

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

 span { border-color: rgb(68,102,37); }

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