Html Css Color HEX #446C23 Dell

📋 copy color: '#446C23'

red 68 ◦ green 108 ◦ blue 35

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

Shades of Dell #446C23

Tints of Dell #446C23

RGB

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

 GREEN value IS 108 (42.58% from 255) = 51.18%

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

R = 32.23%
G = 51.18%
B = 16.59%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.68

 K value IS 0.58

RGB Variations

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

Color information

#446C23 (or 0x446C23) is known color: Dell. HEX triplet: 44, 6C and 23. RGB value is (68,108,35). Sum of RGB (Red+Green+Blue) = 68+108+35=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 108 (42.58% from 255 or 51.18% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 108 - color contains mainly: green. Hex color #446C23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446C23 is #BB93DC. Grayscale: #575757. Windows color (decimal): -12293085 or 2321476. OLE color: 2321476.

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

Color convert

RGB 68 108 35 -
CMYK 0.37 0 0.68 0.58
HSL 92.88º 0.51% 0.28% -
HSV(B) 92.88º 0.68% 0.42% -
XYZ 8.05 12.08 3.5 -
YUV 87.72 98.25 113.94 -
System Red Green Blue C M Y K H S L
Decimal 68 108 35 0.37 0 0.68 0.58 92.88 0.51 0.28
Hex 44 6C 23 25 0 44 3A 5D 33 1C
Octal 104 154 43 45 0 104 72 135 63 34
Binary 1000100 1101100 100011 100101 0 1000100 111010 1011101 110011 11100

Color Harmonies of #446C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446C23

Black with #446C23

Text Example


Text Example

White with #446C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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