Html Css Color HEX #446826 Dell

📋 copy color: '#446826'

red 68 ◦ green 104 ◦ blue 38

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

Shades of Dell #446826

Tints of Dell #446826

RGB

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

 GREEN value IS 104 (41.02% from 255) = 49.52%

 BLUE value IS 38 (15.23% from 255) = 18.1%

R = 32.38%
G = 49.52%
B = 18.1%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#446826 (or 0x446826) is known color: Dell. HEX triplet: 44, 68 and 26. RGB value is (68,104,38). Sum of RGB (Red+Green+Blue) = 68+104+38=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 104 - color contains mainly: green. Hex color #446826 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446826 is #BB97D9. Grayscale: #555555. Windows color (decimal): -12294106 or 2517060. OLE color: 2517060.

HSL color Cylindrical-coordinate representation of color #446826: hue angle of 92.73º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #446826 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 104 38 -
CMYK 0.35 0 0.63 0.59
HSL 92.73º 0.46% 0.28% -
HSV(B) 92.73º 0.63% 0.41% -
XYZ 7.68 11.27 3.6 -
YUV 85.71 101.07 115.37 -
System Red Green Blue C M Y K H S L
Decimal 68 104 38 0.35 0 0.63 0.59 92.73 0.46 0.28
Hex 44 68 26 23 0 3F 3B 5D 2E 1C
Octal 104 150 46 43 0 77 73 135 56 34
Binary 1000100 1101000 100110 100011 0 111111 111011 1011101 101110 11100

Color Harmonies of #446826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446826

Black with #446826

Text Example


Text Example

White with #446826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446826; }

 p { color: rgb(68,104,38); }

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

background-color css

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

 a { background-color: rgb(68,104,38); }

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

border-color css

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

 span { border-color: rgb(68,104,38); }

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