Html Css Color HEX #446823 Dell

📋 copy color: '#446823'

red 68 ◦ green 104 ◦ blue 35

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

Shades of Dell #446823

Tints of Dell #446823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.91%

R = 32.85%
G = 50.24%
B = 16.91%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#446823 (or 0x446823) is known color: Dell. HEX triplet: 44, 68 and 23. RGB value is (68,104,35). Sum of RGB (Red+Green+Blue) = 68+104+35=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 104 (41.02% from 255 or 50.24% from 207); Blue value is 35 (14.06% from 255 or 16.91% from 207); Max value from RGB is 104 - color contains mainly: green. Hex color #446823 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446823 is #BB97DC. Grayscale: #555555. Windows color (decimal): -12294109 or 2320452. OLE color: 2320452.

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

Color convert

RGB 68 104 35 -
CMYK 0.35 0 0.66 0.59
HSL 91.3º 0.5% 0.27% -
HSV(B) 91.3º 0.66% 0.41% -
XYZ 7.64 11.25 3.36 -
YUV 85.37 99.57 115.61 -
System Red Green Blue C M Y K H S L
Decimal 68 104 35 0.35 0 0.66 0.59 91.3 0.5 0.27
Hex 44 68 23 23 0 42 3B 5B 32 1B
Octal 104 150 43 43 0 102 73 133 62 33
Binary 1000100 1101000 100011 100011 0 1000010 111011 1011011 110010 11011

Color Harmonies of #446823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446823

Black with #446823

Text Example


Text Example

White with #446823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446823; }

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

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

background-color css

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

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

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

border-color css

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

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

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