Html Css Color HEX #446925 Dell

📋 copy color: '#446925'

red 68 ◦ green 105 ◦ blue 37

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

Shades of Dell #446925

Tints of Dell #446925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.62%

R = 32.38%
G = 50%
B = 17.62%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#446925 (or 0x446925) is known color: Dell. HEX triplet: 44, 69 and 25. RGB value is (68,105,37). Sum of RGB (Red+Green+Blue) = 68+105+37=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #446925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446925 is #BB96DA. Grayscale: #565656. Windows color (decimal): -12293851 or 2451780. OLE color: 2451780.

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

Color convert

RGB 68 105 37 -
CMYK 0.35 0 0.65 0.59
HSL 92.65º 0.48% 0.28% -
HSV(B) 92.65º 0.65% 0.41% -
XYZ 7.77 11.47 3.55 -
YUV 86.19 100.24 115.03 -
System Red Green Blue C M Y K H S L
Decimal 68 105 37 0.35 0 0.65 0.59 92.65 0.48 0.28
Hex 44 69 25 23 0 41 3B 5D 30 1C
Octal 104 151 45 43 0 101 73 135 60 34
Binary 1000100 1101001 100101 100011 0 1000001 111011 1011101 110000 11100

Color Harmonies of #446925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446925

Black with #446925

Text Example


Text Example

White with #446925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446925; }

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

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

background-color css

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

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

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

border-color css

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

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

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