Html Css Color HEX #446B22 Dell

📋 copy color: '#446B22'

red 68 ◦ green 107 ◦ blue 34

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

Shades of Dell #446B22

Tints of Dell #446B22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.27%

R = 32.54%
G = 51.2%
B = 16.27%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.68

 K value IS 0.58

RGB Variations

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

Color information

#446B22 (or 0x446B22) is known color: Dell. HEX triplet: 44, 6B and 22. RGB value is (68,107,34). Sum of RGB (Red+Green+Blue) = 68+107+34=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 107 (42.19% from 255 or 51.20% from 209); Blue value is 34 (13.67% from 255 or 16.27% from 209); Max value from RGB is 107 - color contains mainly: green. Hex color #446B22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446B22 is #BB94DD. Grayscale: #575757. Windows color (decimal): -12293342 or 2255684. OLE color: 2255684.

HSL color Cylindrical-coordinate representation of color #446B22: hue angle of 92.05º degrees, saturation: 0.52, 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 #446B22 is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 107 34 -
CMYK 0.36 0 0.68 0.58
HSL 92.05º 0.52% 0.28% -
HSV(B) 92.05º 0.68% 0.42% -
XYZ 7.93 11.86 3.38 -
YUV 87.02 98.08 114.44 -
System Red Green Blue C M Y K H S L
Decimal 68 107 34 0.36 0 0.68 0.58 92.05 0.52 0.28
Hex 44 6B 22 24 0 44 3A 5C 34 1C
Octal 104 153 42 44 0 104 72 134 64 34
Binary 1000100 1101011 100010 100100 0 1000100 111010 1011100 110100 11100

Color Harmonies of #446B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446B22

Black with #446B22

Text Example


Text Example

White with #446B22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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