Html Css Color HEX #446926 Dell

📋 copy color: '#446926'

red 68 ◦ green 105 ◦ blue 38

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

Shades of Dell #446926

Tints of Dell #446926

RGB

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

 GREEN value IS 105 (41.41% from 255) = 49.76%

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

R = 32.23%
G = 49.76%
B = 18.01%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#446926 (or 0x446926) is known color: Dell. HEX triplet: 44, 69 and 26. RGB value is (68,105,38). Sum of RGB (Red+Green+Blue) = 68+105+38=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #446926 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446926 is #BB96D9. Grayscale: #565656. Windows color (decimal): -12293850 or 2517316. OLE color: 2517316.

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

Color convert

RGB 68 105 38 -
CMYK 0.35 0 0.64 0.59
HSL 93.13º 0.47% 0.28% -
HSV(B) 93.13º 0.64% 0.41% -
XYZ 7.79 11.47 3.64 -
YUV 86.3 100.74 114.95 -
System Red Green Blue C M Y K H S L
Decimal 68 105 38 0.35 0 0.64 0.59 93.13 0.47 0.28
Hex 44 69 26 23 0 40 3B 5D 2F 1C
Octal 104 151 46 43 0 100 73 135 57 34
Binary 1000100 1101001 100110 100011 0 1000000 111011 1011101 101111 11100

Color Harmonies of #446926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446926

Black with #446926

Text Example


Text Example

White with #446926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446926; }

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

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

background-color css

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

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

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

border-color css

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

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

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