Html Css Color HEX #446B23 Dell

📋 copy color: '#446B23'

red 68 ◦ green 107 ◦ blue 35

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

Shades of Dell #446B23

Tints of Dell #446B23

RGB

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

 GREEN value IS 107 (42.19% from 255) = 50.95%

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

R = 32.38%
G = 50.95%
B = 16.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.67

 K value IS 0.58

RGB Variations

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

Color information

#446B23 (or 0x446B23) is known color: Dell. HEX triplet: 44, 6B and 23. RGB value is (68,107,35). Sum of RGB (Red+Green+Blue) = 68+107+35=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 107 (42.19% from 255 or 50.95% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 107 - color contains mainly: green. Hex color #446B23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446B23 is #BB94DC. Grayscale: #575757. Windows color (decimal): -12293341 or 2321220. OLE color: 2321220.

HSL color Cylindrical-coordinate representation of color #446B23: hue angle of 92.5º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #446B23 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 107 35 -
CMYK 0.36 0 0.67 0.58
HSL 92.5º 0.51% 0.28% -
HSV(B) 92.5º 0.67% 0.42% -
XYZ 7.94 11.87 3.46 -
YUV 87.13 98.58 114.35 -
System Red Green Blue C M Y K H S L
Decimal 68 107 35 0.36 0 0.67 0.58 92.5 0.51 0.28
Hex 44 6B 23 24 0 43 3A 5C 33 1C
Octal 104 153 43 44 0 103 72 134 63 34
Binary 1000100 1101011 100011 100100 0 1000011 111010 1011100 110011 11100

Color Harmonies of #446B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446B23

Black with #446B23

Text Example


Text Example

White with #446B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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